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 9cc49df commit ca46240Copy full SHA for ca46240
readthedocsext/theme/templates/projects/partials/project_create_automatic.html
@@ -163,7 +163,9 @@
163
</p>
164
<p class="ui red text"
165
data-bind="visible: !$parent.is_repository_supported($data)">
166
- <a class="ui red mini basic button">{% trans "Read more" %}</a>
+ <a class="ui red mini basic button"
167
+ href="https://docs.readthedocs.com/platform/stable/commercial/"
168
+ target="_blank">{% trans "Read more" %}</a>
169
170
</div>
171
0 commit comments