summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-12-19 12:26:10 -0800
committerGitHub <noreply@github.com>2021-12-19 15:26:10 -0500
commit8e5742d63679726fd460c0383e4c118e23de6f2a (patch)
tree32fe9ef1f21b9d0da1b0729e45412751fa917ac7 /CONTRIBUTING.md
parentfeb6d9db2f629f0e2b6c8d64095ae30536120a6d (diff)
docs: try switching over to Cloudflare Pages (#632)
I would prefer for the project to not be under clementtsang.github.io/bottom, so let's try out CFP.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 27dd0d4a..94503f8c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -24,13 +24,13 @@ If you want to directly contribute documentation changes or code, follow this! T
4. Wait for the tests to pass. These consist of clippy lints, rustfmt checks, and basic tests. **If you are a first time contributor, skip to the next step for now, as GitHub Actions requires approval to run.**
5. Ask a maintainer to review your pull request. If changes are suggested or any comments are made, they should probably be addressed. Once it looks good, it'll be merged!
-For more details, see [here](https://clementtsang.github.io/bottom/nightly/contribution/issues-and-pull-requests/).
+For more details, see [here](https://bottom.pages.dev/nightly/contribution/issues-and-pull-requests/).
### Documentation
-For contributing to documentation, see [here](https://clementtsang.github.io/bottom/nightly/contribution/documentation/).
+For contributing to documentation, see [here](https://bottom.pages.dev/nightly/contribution/documentation/).
### Packaging
-If you want to become a package maintainer, look [here](https://clementtsang.github.io/bottom/nightly/contribution/packaging-and-distribution/)
+If you want to become a package maintainer, look [here](https://bottom.pages.dev/nightly/contribution/packaging-and-distribution/)
for instructions on how to build bottom and add installation instructions to the README.