Skip to content

Commit f96b1ef

Browse files
committed
Fix broken link for RTD page
1 parent c617999 commit f96b1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_ext/redirects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def build_legacy_rtd_pages(app, exception):
110110
out_dir = os.path.join(out_dir, relative_dir[1:])
111111
build_redirect_page(
112112
os.path.join(out_dir, name),
113-
"%s/en/latest%s%s"
113+
"%s/en/latest%s/%s"
114114
% (
115115
app.config.html_baseurl,
116116
relative_dir,

0 commit comments

Comments
 (0)