Skip to content

Commit 8607c7e

Browse files
authored
Merge pull request readthedocs#5454 from dojutsu-user/consistency-in-links
Fix inconsistency in footer links
2 parents 54397a0 + 6c44864 commit 8607c7e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readthedocs/templates/base.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -151,19 +151,19 @@ <h4>{% trans 'Get Involved' %}</h4>
151151

152152
<ul>
153153
<li>
154-
<a href="https://docs.readthedocs.io/en/latest/getting_started.html">{% trans 'Getting Started Guide' %}</a>
154+
<a href="https://docs.readthedocs.io/page/intro/getting-started-with-sphinx.html">{% trans 'Getting Started Guide' %}</a>
155155
</li>
156156
<li>
157157
<a href="https://docs.readthedocs.io">{% trans 'Documentation' %}</a>
158158
</li>
159159
<li>
160-
<a href="https://docs.readthedocs.io/en/latest/contribute.html">{% trans 'Contributing' %}</a>
160+
<a href="https://docs.readthedocs.io/page/contribute.html">{% trans 'Contributing' %}</a>
161161
</li>
162162
<li>
163-
<a href="https://docs.readthedocs.io/en/latest/team.html">{% trans 'Team' %}</a>
163+
<a href="https://docs.readthedocs.io/page/team.html">{% trans 'Team' %}</a>
164164
</li>
165165
<li>
166-
<a href="https://docs.readthedocs.io/en/latest/open-source-philosophy.html">{% trans 'Open Source Philosophy' %}</a>
166+
<a href="https://docs.readthedocs.io/page/open-source-philosophy.html">{% trans 'Open Source Philosophy' %}</a>
167167
</li>
168168
</ul>
169169

@@ -185,7 +185,7 @@ <h4>{% trans 'Business Info' %}</h4>
185185
<a href='{{ donate_url }}'>{% trans 'Supporters' %}</a>
186186
</li>
187187
<li>
188-
<a href="https://docs.readthedocs.io/en/latest/privacy-policy.html">{% trans 'Privacy Policy' %}</a>
188+
<a href="https://docs.readthedocs.io/page/privacy-policy.html">{% trans 'Privacy Policy' %}</a>
189189
</li>
190190
<li>
191191
<a href="https://read-the-docs-guidelines.readthedocs-hosted.com/">{% trans 'Branding' %}</a>
@@ -213,7 +213,7 @@ <h4>{% trans 'Business Info' %}</h4>
213213
</p>
214214

215215
<p>
216-
<small>{% trans 'Version' %} <a href="http://docs.readthedocs.io/en/latest/changelog.html">{% readthedocs_version %}</a></small>
216+
<small>{% trans 'Version' %} <a href="http://docs.readthedocs.io/page/changelog.html">{% readthedocs_version %}</a></small>
217217
</p>
218218
</div>
219219

0 commit comments

Comments
 (0)