diff options
| author | 2024-03-04 16:22:31 +0800 | |
|---|---|---|
| committer | 2024-03-04 16:22:31 +0800 | |
| commit | 83d35b5e6650e6d077cac35b20e5835feefc7331 (patch) | |
| tree | 58fa0720ef19637f92bcdebaa5e59a84eaac7a06 /docs/source/conf.py | |
| parent | 7461b8822efe61a2c9c3383907d199eb634e34ff (diff) | |
| parent | 9425a632d234229ee87178c69f572384e9713fae (diff) | |
| download | infini-83d35b5e6650e6d077cac35b20e5835feefc7331.tar.gz infini-83d35b5e6650e6d077cac35b20e5835feefc7331.zip | |
Merge branch 'master' of https://github.com/HydroRoll-Team/infini
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 56e6723d..dc69f6ef 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,7 +50,7 @@ templates_path = ["_templates"] exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] extlinks = { "issue": ("https://github.com/HydroRoll-Team/infini/%s", "issue %s"), - "doc": ("https://grps.hydroroll.team/zh_CN/latest/%s", "pages/%s"), + "doc": ("https://infini.hydroroll.team/zh-cn/latest/%s", "pages/%s"), } source_suffix = { ".rst": "restructuredtext", |
