Commit bbf3ab8
authored
docs: fix sphinxdocs mis-redirect (bazel-contrib#2940)
The redirect was going to a non-existent URL when viewed on the deployed
docs.
This was happening because the absolute paths `/api/whatever` don't
exist in the deployed
site -- it's actually `/en/latest/api/whatever`. This went unnoticed
because it works
locally (where there is no /en/latest prefix).
To fix, use a relative url (relative urls are relative to the path that
is redirected from)1 parent fd29d27 commit bbf3ab8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments