We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e26c2 commit 94ace86Copy full SHA for 94ace86
readthedocs/restapi/templates/restapi/footer.html
@@ -65,6 +65,9 @@
65
<dd>
66
<a href="//{{ settings.PRODUCTION_DOMAIN }}/builds/{{ project.slug }}/?fromdocs={{ project.slug }}">Builds</a>
67
</dd>
68
+ <dd>
69
+ <a href="//{{ settings.PRODUCTION_DOMAIN }}/projects/{{ project.slug }}/downloads/">Downloads</a>
70
+ </dd>
71
</dl>
72
{% if github_url %}
73
<dl>
0 commit comments