8000 docs: make changelog link root-relative · python-gitlab/python-gitlab@03e4fd3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 03e4fd3

Browse files
authored
docs: make changelog link root-relative
1 parent 59c08f9 commit 03e4fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
# documentation.
124124
html_theme_options = {
125125
"announcement": "⚠ python-gitlab 3.0.0 has been released with several "
126-
"<a href='changelog.html#breaking'>breaking changes</a>.",
126+
"<a href='/changelog.html#breaking'>breaking changes</a>.",
127127
}
128128

129129
# Add any paths that contain custom themes here, relative to this directory.

0 commit comments

Comments
 (0)
0