Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f915ac2

Browse files
committed
DOC: use relative link to style banner page
close #5819
1 parent 5927727 commit f915ac2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/_templates/layout.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,13 @@ <h3>{{ _('Navigation') }}</h3>
171171
{%- endblock %}
172172
{%- block extrahead %} {% endblock %}
173173

174-
175174
</head>
176175
<body>
177176
<div class="alert" style="background-color: #FEA46C; padding: 10px 0;
178177
">
179178
<h3>We're updating the default styles for Matplotlib 2.0</h3>
180179

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

184183
</div>

0 commit comments

Comments
 (0)