Skip to content

Commit ef01791

Browse files
committed
Use tutorial for onboarding
1 parent 0e5818a commit ef01791

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

readthedocs/templates/projects/onboard_import.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@
44
<div class="onboard onboard-import-project">
55
<h2>{% trans "Ready to share your documentation" %}{% if request.user.first_name %}, {{ request.user.first_name }}{% endif %}?</h2>
66

7-
{% with getting_started_url="https://docs.readthedocs.io/page/intro/getting-started-with-sphinx.html" %}
7+
{% with tutorial_url="https://docs.readthedocs.io/page/tutorial/" template_project_url="https://github.com/readthedocs/tutorial-template/" %}
88
<form method="get" action="{% url "projects_import" %}">
99
<p>
1010
{% blocktrans trimmed %}
1111
You don't have any projects yet, but you can start building documentation by importing one.
1212
Not sure how to start documenting your project?
13-
Check out the <a href="{{ getting_started_url }}">Getting Started Guide</a> to learn how.
13+
Check out the <a href="{{ tutorial_url }}">Tutorial</a> to learn how.
1414
{% endblocktrans %}
1515
</p>
1616

1717
<p>
18-
{% url "projects_import_demo" as import_demo_url %}
18+
{% url "projects_import" as projects_import_url %}
1919
{% blocktrans trimmed %}
20-
Want to try a demo? <a href="{{ import_demo_url }}">Import our own demo project</a>.
20+
In a hurry? <a href="{{ template_project_url }}">Fork our template project</a> on Github,
21+
and <a href="{{ projects_import_url }}">import it</a>.
2122
{% endblocktrans %}
2223
</p>
2324

0 commit comments

Comments
 (0)