summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/help/pwclient.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/patchwork/help/pwclient.html')
-rw-r--r--templates/patchwork/help/pwclient.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/patchwork/help/pwclient.html b/templates/patchwork/help/pwclient.html
index a260202..7101ec1 100644
--- a/templates/patchwork/help/pwclient.html
+++ b/templates/patchwork/help/pwclient.html
@@ -11,13 +11,13 @@ and applying patches.</p>
<p>To use pwclient, you will need:</p>
<ul>
- <li>The <a href="{% url patchwork.views.pwclient %}">pwclient</a>
+ <li>The <a href="{% url 'patchwork.views.pwclient' %}">pwclient</a>
program (11kB, python script)</li>
<li>(optional) a <code>.pwclientrc</code> file in your home directory.</li>
</ul>
<p>You can create your own <code>.pwclientrc</code> file. Each
-<a href="{% url patchwork.views.projects %}">patchwork project</a>
+<a href="{% url 'patchwork.views.projects' %}">patchwork project</a>
provides a sample linked from the 'project info' page.</p>
{% endblock %}