summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-12-19 12:42:22 -0800
committerGitHub <noreply@github.com>2021-12-19 15:42:22 -0500
commita42b2cf6c831b5ed84a3b0868e3c65cf453000f0 (patch)
tree92b09ad65ea582403957b788937675294f446275 /CONTRIBUTING.md
parent8e5742d63679726fd460c0383e4c118e23de6f2a (diff)
docs: revert CFP for now (#633)
There were some weird interactions that I'm not sure about (like if you do bottom.pages.dev/asdf/ it infinitely redirects...?), so I'll revert for now.
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 94503f8c..27dd0d4a 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://bottom.pages.dev/nightly/contribution/issues-and-pull-requests/).
+For more details, see [here](https://clementtsang.github.io/bottom/nightly/contribution/issues-and-pull-requests/).
### Documentation
-For contributing to documentation, see [here](https://bottom.pages.dev/nightly/contribution/documentation/).
+For contributing to documentation, see [here](https://clementtsang.github.io/bottom/nightly/contribution/documentation/).
### Packaging
-If you want to become a package maintainer, look [here](https://bottom.pages.dev/nightly/contribution/packaging-and-distribution/)
+If you want to become a package maintainer, look [here](https://clementtsang.github.io/bottom/nightly/contribution/packaging-and-distribution/)
for instructions on how to build bottom and add installation instructions to the README.