diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/onboarding/resources.md | 2 | ||||
-rw-r--r-- | docs/mkdocs.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/onboarding/resources.md b/docs/docs/onboarding/resources.md index 849dde2..6c31b45 100644 --- a/docs/docs/onboarding/resources.md +++ b/docs/docs/onboarding/resources.md @@ -18,7 +18,7 @@ issue on the infra repository](https://github.com/python-discord/infra/issues/new) or ask in the `#dev-oops` channel. -## [Knowledge base](https://python-discord.github.io/infra/) +## [Knowledge base](https://docs.pydis.wtf/) This website. diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 2102dbb..ee91518 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,7 +1,7 @@ --- # Set some important site metadata attributes site_name: PyDis DevOps -site_url: https://python-discord.github.io/infra/ +site_url: https://docs.pydis.wtf/ # Set GitHub repository metadata repo_url: https://github.com/python-discord/infra |