Skip to content

Commit 8bf55da

Browse files
authored
Update redirects in conf.py
Removed outdated redirect for carbon-management.nc and fixed syntax error in release-notes index.
1 parent 8a7483b commit 8bf55da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
# -- Redirects configuration ------------------------------------------------
2121
redirects = {
2222
"report-bug/index": "https://github.com/PyPSA/PyPSA/issues/new?template=bug_report.yaml",
23-
"examples/carbon-management.nc/index": "https://tubcloud.tu-berlin.de/s/3qZPGxW3r4HF9Hn/download?path=%2F&files=carbon-management.nc",
2423
"new-components-api/index": "https://docs.pypsa.org/latest/user-guide/components/#new-components-class-api",
2524
"options-params/index": "https://docs.pypsa.org/latest/user-guide/options/#parameters-options",
26-
"release-notes/index:" "https://docs.pypsa.org/latest/release-notes/",
25+
"release-notes/index": "https://docs.pypsa.org/latest/release-notes/",
2726
}

0 commit comments

Comments
 (0)