Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 3518b05

Browse files
sami-m-gjsvgoncalves
authored andcommitted
Make URLs use latest API version (#67)
Closes #66 Signed-off-by: sami-m-g <sami.mg@outlook.com> Reviewed-by: João Gonçalves <jsvgoncalves@gmail.com>
1 parent d704769 commit 3518b05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>Search for a term</h2>
2727
</form>
2828
{% for concept in concepts %}
2929
<h3>
30-
<a href="/concept?concept_iri={{ concept.iri }}">prefLabel: {{ concept.prefLabel }}</a>
30+
<a href="/latest/concept?concept_iri={{ concept.iri }}">prefLabel: {{ concept.prefLabel }}</a>
3131
</h3>
3232
<p>iri: {{ concept.iri }}</p>
3333
<p>notation: {{ concept.notation }}</p>

0 commit comments

Comments
 (0)