Fix link to example code
diff --git a/source/documentation/io/rdf-input.md b/source/documentation/io/rdf-input.md
index 8288739..c6bec4c 100644
--- a/source/documentation/io/rdf-input.md
+++ b/source/documentation/io/rdf-input.md
@@ -254,7 +254,7 @@
 `RiotParsers.createIteratorNTriples(input)` which parses the input on the
 calling thread.
 
-[RIOT example 9](https://github.com/apache/jena/blob/main/jena-examples/src/main/java/arq/examples/arq/examples/riot/ExRIOT9_AsyncParser.java).
+[RIOT example 9](https://github.com/apache/jena/blob/main/jena-examples/src/main/java/arq/examples/riot/ExRIOT9_AsyncParser.java).
 
 ### Filter the output of parsing