Skip to content

Commit ca46240

Browse files
authored
Link to docs when project is private (#587)
The other page where we talk about private repos is https://docs.readthedocs.com/platform/stable/guides/importing-private-repositories.html, but feels like the commercial page is better suited here.
1 parent 9cc49df commit ca46240

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readthedocsext/theme/templates/projects/partials/project_create_automatic.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@
163163
</p>
164164
<p class="ui red text"
165165
data-bind="visible: !$parent.is_repository_supported($data)">
166-
<a class="ui red mini basic button">{% trans "Read more" %}</a>
166+
<a class="ui red mini basic button"
167+
href="https://docs.readthedocs.com/platform/stable/commercial/"
168+
target="_blank">{% trans "Read more" %}</a>
167169
</p>
168170
</div>
169171
</div>

0 commit comments

Comments
 (0)