Commit d882904
authored
[doc] Update the url example for remote html announcement banner (#2266)
Adresses issue #2265
In the following documentation page :
https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/announcements.html,
this commit replaces the given example url
"https://github.com/pydata/pydata-sphinx-theme/raw/main/docs/_templates/custom-template.html"
with its redirected url
"https://raw.githubusercontent.com/pydata/pydata-sphinx-theme/main/docs/_templates/custom-template.html"
(GitHub's preferred file access method) because only the second url
works.1 parent cf34852 commit d882904
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments