You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2023/01/07 09:54:06 UTC

[jena-site] branch main updated: Fix link to AddNewReader example in RIOT docs

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/main by this push:
     new a36bf0dc2 Fix link to AddNewReader example in RIOT docs
a36bf0dc2 is described below

commit a36bf0dc291703432a33336966566105542a1d19
Author: Ostrzyciel <os...@gmail.com>
AuthorDate: Sat Jan 7 10:20:20 2023 +0100

    Fix link to AddNewReader example in RIOT docs
---
 source/documentation/io/rdf-input.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/documentation/io/rdf-input.md b/source/documentation/io/rdf-input.md
index 5e2b35196..6749e6adf 100644
--- a/source/documentation/io/rdf-input.md
+++ b/source/documentation/io/rdf-input.md
@@ -298,4 +298,4 @@ See [RIOT example 4](https://github.com/apache/jena/blob/main/jena-examples/src/
 
 The set of languages is not fixed. A new language, 
 together with a parser, can be added to RIOT as shown in
-[RIOT example 5](https://github.com/apache/jena/tree/main/jena-examples/src/main/java/arq/examples/riot/ExRIOT5_StreamRDFCollect.java)
+[RIOT example 6](https://github.com/apache/jena/blob/main/jena-examples/src/main/java/arq/examples/riot/ExRIOT6_AddNewReader.java)