Skip to content

Commit 94ace86

Browse files
committed
Include Downloads link to RTD
1 parent 63e26c2 commit 94ace86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readthedocs/restapi/templates/restapi/footer.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
<dd>
6666
<a href="//{{ settings.PRODUCTION_DOMAIN }}/builds/{{ project.slug }}/?fromdocs={{ project.slug }}">Builds</a>
6767
</dd>
68+
<dd>
69+
<a href="//{{ settings.PRODUCTION_DOMAIN }}/projects/{{ project.slug }}/downloads/">Downloads</a>
70+
</dd>
6871
</dl>
6972
{% if github_url %}
7073
<dl>

0 commit comments

Comments
 (0)