From 85e9b0b0a2e895bcf784e5e7dcb819fc6c4322bc Mon Sep 17 00:00:00 2001 From: Marcus Crane Date: Mon, 10 Jun 2024 19:17:30 +1200 Subject: [PATCH] Fix dead links Signed-off-by: Marcus Crane --- docs/overview.md | 4 ++-- docs/user-guide/advanced/cli.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/overview.md b/docs/overview.md index e469233..5fc8c63 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -8,7 +8,7 @@ There are plenty of other tools you can leverage such as [Calibre](https://calib October's primary aim is to to just remove friction for Readwise users, not to be a comprehensive Kobo tool by any means. -All releases are distributed via [Github Releases](https://github.com/marcus-crane/october/releases) with the source being licensed under the [MIT License](./miscellaneous/license.md) which allows anyone to freely alter, fork and/or learn from the source code. +All releases are distributed via [Github Releases](https://github.com/marcus-crane/october/releases) with the source being licensed under the [MIT License](./license.md) which allows anyone to freely alter, fork and/or learn from the source code. >[!WARNING] > Before you get started, **[there are a few prerequisites you should be aware of](./prerequisites.md)** in order to have the best experience. @@ -19,4 +19,4 @@ Once you're familiar with some of the extra setup steps, you should refer to the - [Linux](./installation/linux.md) - [macOS](./installation/macos.md) -- [Windows](./installation/windows.md) \ No newline at end of file +- [Windows](./installation/windows.md) diff --git a/docs/user-guide/advanced/cli.md b/docs/user-guide/advanced/cli.md index 7e263ae..dbdfc9c 100644 --- a/docs/user-guide/advanced/cli.md +++ b/docs/user-guide/advanced/cli.md @@ -1,6 +1,6 @@ # October CLI -As of [v1.9.0](http://localhost:5173/changelog#v1-9-0), October ships with a [CLI interface](https://en.wikipedia.org/wiki/Command-line_interface). +As of [v1.9.0](/changelog#v1-9-0), October ships with a [CLI interface](https://en.wikipedia.org/wiki/Command-line_interface). If you are unfamiliar with that means, it's probably not the right tool for you and you can continue to use the existing desktop app as normal. @@ -147,4 +147,4 @@ COMMANDS: GLOBAL OPTIONS: --help, -h show help --version, -v print the version -``` \ No newline at end of file +```