aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b011647..f38a196 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ from its listing at [RDFa Core Initial Context]
* 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
@@ -122,7 +122,7 @@ Would produce the following HTML+RDFa:
<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>