We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f68b285 + 1cf0cee commit f482965Copy full SHA for f482965
readthedocs/templates/base.html
@@ -131,7 +131,8 @@ <h4>{% trans "Read the Docs" %}</h4>
131
<a href="https://docs.readthedocs.io/en/latest/contribute.html">{% trans "Contributing" %}</a>
132
</li>
133
<li>
134
- <a href="https://docs.readthedocs.io/en/latest/ethical-advertising.html">{% trans "Advertise with Us" %}</a>
+ {% url "advertising" as advertising_url %}
135
+ <a href="{{ advertising_url | default:'https://readthedocs.org/sustainability/advertising/' }}">{% trans "Advertise with Us" %}</a>
136
137
138
<a href="https://readthedocs.com">{% trans "Commercial Support" %}</a>
0 commit comments