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 2022/09/18 20:26:03 UTC

[jena-site] branch main updated: Fix InfModel javadoc link

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 41c195672 Fix InfModel javadoc link
41c195672 is described below

commit 41c195672cb9cf6da22597e5a839407b6928dc4b
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Sun Sep 18 23:51:18 2022 +1200

    Fix InfModel javadoc link
---
 source/documentation/inference/__index.md | 2 +-
 source/documentation/ontology/__index.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/documentation/inference/__index.md b/source/documentation/inference/__index.md
index 380419705..b5b62b4fe 100644
--- a/source/documentation/inference/__index.md
+++ b/source/documentation/inference/__index.md
@@ -55,7 +55,7 @@ slug: index
   of the Graph SPI, so that any of the different Model interfaces can be constructed
   around an inference Graph. In particular, the <a href="../ontology/index.html">Ontology
   API</a> provides convenient ways to link appropriate reasoners into the <code>OntModel</code>s
-  that it constructs. As part of the general RDF API we also provide an <a href="/documentation/javadoc/jena/org/apache/jena/rdf/model/InfModel.html"><code>InfModel</code></a>,
+  that it constructs. As part of the general RDF API we also provide an <a href="/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/rdf/model/InfModel.html"><code>InfModel</code></a>,
   this is an extension to the normal <code>Model</code> interface that provides
   additional control and access to an underlying inference graph. </p>
 <p>The reasoner API supports the notion of specializing a reasoner by binding
diff --git a/source/documentation/ontology/__index.md b/source/documentation/ontology/__index.md
index b4e0735f7..f66ee8db6 100644
--- a/source/documentation/ontology/__index.md
+++ b/source/documentation/ontology/__index.md
@@ -1867,7 +1867,7 @@ considerably.
 Jena's inference machinery defines some specialised services that
 are not exposed through the addition of extra triples to the model.
 These are exposed by the
-[`InfModel`](/documentation/javadoc/jena/org/apache/jena/rdf/model/InfModel.html)
+[`InfModel`](/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/rdf/model/InfModel.html)
 interface; for convenience OntModel extends this interface to make
 these services directly available to the user. Please note that
 calling inference-specific methods on an ontology model that does