aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-02-21 19:22:23 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-02-21 19:22:23 +0100
commitca0f45ce787e798bcd448e9ad32d38456b50585d (patch)
tree2d17b881205ecfe1d5f189ef93896b608a16cfce /pyaggr3g470r
parentRemoved unused import. (diff)
downloadnewspipe-ca0f45ce787e798bcd448e9ad32d38456b50585d.tar.gz
newspipe-ca0f45ce787e798bcd448e9ad32d38456b50585d.tar.bz2
newspipe-ca0f45ce787e798bcd448e9ad32d38456b50585d.zip
Updated the link to the documentation.
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r--pyaggr3g470r/templates/about.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html
index b27fc6f7..84315271 100644
--- a/pyaggr3g470r/templates/about.html
+++ b/pyaggr3g470r/templates/about.html
@@ -16,7 +16,7 @@
<div class="jumbotron">
<h1>{{ _('Help') }}</h1>
<p>{{ _('If you have any problem, <a href="http://wiki.cedricbonhomme.org/contact">contact</a> the administrator.') }}</p>
- <p>{{ _('The documentation of the RESTful API is <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r#rst-header-web-service">here</a>.') }}</p>
+ <p>{{ _('The documentation of the RESTful API is <a href="https://pyaggr3g470r.readthedocs.org/en/latest/web-services.html">here</a>.') }}</p>
<p>{{ _('You can subscribe to new feeds with a bookmarklet. Drag <a href="%(bookmarklet)s">this link</a> to your browser bookmarks.', bookmarklet='javascript:window.location="https://pyaggr3g470r.herokuapp.com/bookmarklet?url="+encodeURIComponent(document.location)') }}</p>
</div>
<div class="jumbotron">
@@ -24,4 +24,4 @@
<p>{{ _('If you wish and if you like pyAggr3g470r, you can donate via bitcoin <a href="https://blockexplorer.com/address/1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ">1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ</a>. Thank you!') }}</p>
</div>
</div><!-- /.container -->
-{% endblock %} \ No newline at end of file
+{% endblock %}
bgstack15