summaryrefslogtreecommitdiffstats
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/content/contribution/documentation.md2
-rw-r--r--docs/mkdocs.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/contribution/documentation.md b/docs/content/contribution/documentation.md
index 771b3210..75952b7f 100644
--- a/docs/content/contribution/documentation.md
+++ b/docs/content/contribution/documentation.md
@@ -9,7 +9,7 @@
There are a few areas where documentation changes are often needed:
-- The [extended documentation](https://bottom.pages.dev/nightly/) (AKA here)
+- The [extended documentation](https://clementtsang.github.io/bottom/nightly/) (AKA here)
- The [`README.md`](https://github.com/ClementTsang/bottom/blob/master/README.md)
- The help menu inside of the application (located [here](https://github.com/ClementTsang/bottom/blob/master/src/constants.rs))
- The [`CHANGELOG.md`](https://github.com/ClementTsang/bottom/blob/master/CHANGELOG.md)
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index 90336e41..bcc25d9c 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -1,7 +1,7 @@
# Site information
site_name: bottom
site_author: Clement Tsang
-site_url: https://bottom.pages.dev
+site_url: https://clementtsang.github.io/bottom
site_description: >-
Yet another cross-platform graphical process/system monitor, inspired by gtop, gotop, and htop.
docs_dir: "content/"