diff options
author | 2024-08-15 12:43:59 +0100 | |
---|---|---|
committer | 2024-08-15 12:43:59 +0100 | |
commit | 48cfac4b9fa42c322412bfdaf806bea3a0d100e4 (patch) | |
tree | fcf801517f8ac8df6931f8b705b5e319be591090 /docs | |
parent | Update dependency community.general to v9.3.0 (#458) (diff) |
Update references to the old docs url to use the new domain
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 |