Removed link to API snippets as they are too deployment specific. Closes #112.

This commit is contained in:
Martin Mahner 2018-12-09 13:25:37 +01:00
parent 89a4e95d88
commit 28cb8816cd

View file

@ -8,7 +8,7 @@
{% block page %}
<article>
<h2 class="first-item">{% trans "About dpaste" %}</h2>
<p>
@ -17,12 +17,6 @@
You can find the source code, contribute to it or leave feedback
<a href="https://github.com/bartTC/dpaste">on Github</a>.
</p>
<p>
dpaste provides an <strong>API</strong> to easily paste snippets out of
your shell or editor.
See the <a href="https://docs.elephant.house/dpaste/api.html#third-party-api-integration-into-editors">dpaste wiki</a>
for the API documentation and a list of available plugins.
</p>
</article>
{% endblock %}