Skip to content
Snippets Groups Projects
Unverified Commit f6447d98 authored by Sebastian Höffner's avatar Sebastian Höffner
Browse files

Using url_for to show the correct link on the usage page.

parent 46418efa
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@
{% block content %}
<p>Web OpenCCG is a wrapper around OpenCCG's <a href="https://github.com/OpenCCG/openccg/blob/master/src/opennlp/ccg/WebCCG.java">WebCCG</a>.</p>
<p>Currently, no specific usage instructions are specified on this website, but you can take a look at the <a href="https://github.com/shoeffner/web-openccg/tree/master/README.md">README.md</a> for an overview. Just remember to replace all localhost URLs with https://{{ request.environ['HTTP_HOST'] }}/parse.</p>
<p>Currently, no specific usage instructions are specified on this website, but you can take a look at the <a href="https://github.com/shoeffner/web-openccg/tree/master/README.md">README.md</a> for an overview. Just remember to replace all localhost URLs with {{ url_for('openccg.index', _external=True) }}.</p>
{% endblock content %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment