Skip to content

Commit b692573

Browse files
committed
fixed cross-reference
Signed-off-by: Jeen Broekstra <jeen.broekstra@gmail.com>
1 parent e6ca1cf commit b692573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/programming/03-repository-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The central interface of the repository API is the {javadoc}repository/Reposito
1414
- {javadoc}repository/http/HTTPRepository.html[HTTPRepository] is, as the name implies, a Repository implementation that acts as a proxy to a repository available on a remote RDF4J Server, accessible through HTTP.
1515
- {javadoc}repository/sparql/SPARQLRepository.html[SPARQLRepository] is a Repository implementation that acts as a proxy to any remote SPARQL endpoint (whether that endpoint is implemented using RDF4J or not).
1616

17-
Creating Repository objects can be done in multiple ways. We will first show an easy way to quickly create such an object ‘on the fly’. In the section about <<the repositorymanager and repositoryprovider>>, we show some more advanced patterns, which are particularly useful in larger applications which have to handle and share references to multiple repositories.
17+
Creating Repository objects can be done in multiple ways. We will first show an easy way to quickly create such an object ‘on the fly’. In the section about <<_the_repositorymanager_and_repositoryprovider>>, we show some more advanced patterns, which are particularly useful in larger applications which have to handle and share references to multiple repositories.
1818

1919
We will first take a look at the use of the SailRepository class in order to create and use a local repository.
2020

0 commit comments

Comments
 (0)