8000 1.5.1rc1: dont use absolute links in the "new updates" on the homepage · Issue #5819 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

1.5.1rc1: dont use absolute links in the "new updates" on the homepage #5819

New issue< 8000 /div>
@sandrotosi

Description

@sandrotosi

Hello,
in the orange banner on the top of the documentation homepage, the "new updates" is absolute link, please change it to a relative one, so taht it will work also on the off-line doc:

@@ -178,13 +71,12 @@
 ">
 <h3>We're updating the default styles for Matplotlib 2.0</h3>

-<p>Learn what to expect in the <a href="/style_changes.html" style="font-weight: bold;
+<p>Learn what to expect in the <a href="style_changes.html" style="font-weight: bold;
 color: #11557C;">new updates</a></p>

 </div>

in doc/_templates/layout.html

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0