Skip to content

Commit

Permalink
Merge pull request #54 from eea/fixes
Browse files Browse the repository at this point in the history
Fix api link from webservice page
  • Loading branch information
melish committed May 16, 2017
2 parents fca48f2 + 9ea856b commit 8d65242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gemet/thesaurus/templates/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2>
</p>
<div class="highlight-python">
<div class="highlight">
<pre>http://mydomain.info/getTopmostConcepts?thesaurus_uri=­http://www.eionet.europa.eu/gemet/theme/­&amp;language=es&amp;jsonp=callback
<pre>http://mydomain.info/getTopmostConcepts?thesaurus_uri=http://www.eionet.europa.eu/gemet/theme/&amp;language=es&amp;jsonp=callback
</pre>
</div>
</div>
Expand Down Expand Up @@ -132,7 +132,7 @@ <h2>
</p>
<div class="highlight-python">
<div class="highlight">
<pre>http://mydomain.info/getTopmostConcepts?thesaurus_uri=­http://www.eionet.europa.eu/gemet/theme/­&amp;language=es
<pre>http://mydomain.info/getTopmostConcepts?thesaurus_uri=http://www.eionet.europa.eu/gemet/theme/&amp;language=es
</pre>
</div>
</div>
Expand Down

0 comments on commit 8d65242

Please sign in to comment.