aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ex_title_and_list.md2
-rw-r--r--test/ex_title_and_list.plain.html2
-rw-r--r--test/ex_title_and_list.rdfa.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/ex_title_and_list.md b/test/ex_title_and_list.md
index 5b12b34..3d87542 100644
--- a/test/ex_title_and_list.md
+++ b/test/ex_title_and_list.md
@@ -7,7 +7,7 @@
* Meeting participants: {schema:attendee}
* Alice
* Bob
- * [Tim](https://www.wikidata.org/wiki/Q80)
+ * [Tim](https://www.wikidata.org/entity/Q80)
* Description: Some information not annotated
## Launch party
diff --git a/test/ex_title_and_list.plain.html b/test/ex_title_and_list.plain.html
index 1ef3fac..0a2b3c0 100644
--- a/test/ex_title_and_list.plain.html
+++ b/test/ex_title_and_list.plain.html
@@ -6,7 +6,7 @@
<ul>
<li>Alice</li>
<li>Bob</li>
-<li><a href="https://www.wikidata.org/wiki/Q80">Tim</a></li>
+<li><a href="https://www.wikidata.org/entity/Q80">Tim</a></li>
</ul></li>
<li>Description: Some information not annotated</li>
</ul>
diff --git a/test/ex_title_and_list.rdfa.html b/test/ex_title_and_list.rdfa.html
index b3c62d1..fb0c98b 100644
--- a/test/ex_title_and_list.rdfa.html
+++ b/test/ex_title_and_list.rdfa.html
@@ -7,7 +7,7 @@
<ul>
<li property="attendee">Alice</li>
<li property="attendee">Bob</li>
-<li><a property="attendee" href="https://www.wikidata.org/wiki/Q80">Tim</a></li>
+<li><a property="attendee" href="https://www.wikidata.org/entity/Q80">Tim</a></li>
</ul></li>
<li>Description: Some information not annotated</li>
</ul>