aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-12 12:10:10 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-12 12:10:10 +0200
commit12d802da89ea8dbadc737aa0e6c966b23080791a (patch)
tree31f854400b9aee0d573fea7b374dc192cac6b30c
parent4ecfc4241891431add22d33cc0f8b46137e31951 (diff)
sync with https://hackmd.io/KtR5fUhXRuS_XnNEo_gpow as of 2025-05-12T11:39
-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>