summaryrefslogtreecommitdiffstats
path: root/docs/content/contribution
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/contribution')
-rw-r--r--docs/content/contribution/development/build_process.md2
-rw-r--r--docs/content/contribution/documentation.md2
-rw-r--r--docs/content/contribution/packaging-and-distribution.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/contribution/development/build_process.md b/docs/content/contribution/development/build_process.md
index 8b8fb234..3ce28aa4 100644
--- a/docs/content/contribution/development/build_process.md
+++ b/docs/content/contribution/development/build_process.md
@@ -36,7 +36,7 @@ Binaries are built currently for various targets. Note that not all of these are
- `COMPLETION_DIR: "target/tmp/bottom/completion/"`
- `MANPAGE_DIR: "target/tmp/bottom/manpage/"`
- These generate the manpages and shell completions (see [Packaging](packaging-and-distribution.md) for some more information).
+ These generate the manpages and shell completions (see [Packaging](../packaging-and-distribution.md) for some more information).
- Bundle the binaries and manpage/completions.
- Cleanup.
diff --git a/docs/content/contribution/documentation.md b/docs/content/contribution/documentation.md
index 221115e0..27815293 100644
--- a/docs/content/contribution/documentation.md
+++ b/docs/content/contribution/documentation.md
@@ -61,4 +61,4 @@ There are a few areas where documentation changes are often needed:
This will serve a local version of the docs that you can open on your browser. It will update as you make changes.
3. Once you have your documentation changes done, submit it as a pull request. For more information regarding that,
- refer to [Issues, Pull Requests, and Discussions](../issues-and-pull-requests/).
+ refer to [Issues, Pull Requests, and Discussions](issues-and-pull-requests.md).
diff --git a/docs/content/contribution/packaging-and-distribution.md b/docs/content/contribution/packaging-and-distribution.md
index 6bdd6227..4a0941ed 100644
--- a/docs/content/contribution/packaging-and-distribution.md
+++ b/docs/content/contribution/packaging-and-distribution.md
@@ -64,4 +64,4 @@ the installation method and any details to the [`README.md`](https://github.com/
file under the [Installation](https://github.com/ClementTsang/bottom#installation) section, as well as a corresponding
table of contents entry. Once that's done, open a pull request - these will usually be approved of very quickly.
-You can find more info on the contribution process [here](../issues-and-pull-requests/#pull-requests).
+You can find more info on the contribution process [here](issues-and-pull-requests.md#pull-requests).