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 2020/10/10 02:56:13 UTC

[jena-site] branch master updated: Fix links in Permission examples page

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bd25e10  Fix links in Permission examples page
     new d809532  Merge pull request #25 from kinow/fix-links-permissions
bd25e10 is described below

commit bd25e105a71a6310ba02c95674577250ae941c0f
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Thu Oct 8 22:59:49 2020 +1300

    Fix links in Permission examples page
---
 source/documentation/permissions/example.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/source/documentation/permissions/example.md b/source/documentation/permissions/example.md
index e28602b..614d7df 100644
--- a/source/documentation/permissions/example.md
+++ b/source/documentation/permissions/example.md
@@ -13,10 +13,10 @@ To do this you will need a Fuseki installation, the Permissions Packages and a S
 This example uses Fuseki 2.3.0 or higher, Permissions 3.1.0 or higher and Apache Commons Collections v4.
 
 Fuseki can be downloaded from:
-[https://repository.apache.org/content/repositories/releases/org/apache/jena/apache-jena-fuseki/]
+<https://repository.apache.org/content/repositories/releases/org/apache/jena/apache-jena-fuseki/>
 
 Jena Permissions jars can be downloaded from:
-[https://repository.apache.org/content/repositories/releases/org/apache/jena/jena-permissions/]
+<https://repository.apache.org/content/repositories/releases/org/apache/jena/jena-permissions/>
 
 1. Download and unpack Fuseki. The directory that you unpack Fuseki into will be referred to as the `Fuseki Home` directory for the remainder of this document.
 
@@ -24,8 +24,7 @@ Jena Permissions jars can be downloaded from:
 
 3. Copy the permissions jar and the permissions-example jar into the Fuseki Home directory. For the rest of this document the permissions jar will be referred to as `permissions.jar` and the permissions-example.jar as `example.jar`
 
-4. Download the Apache Commons Collections v4
-[http://commons.apache.org/proper/commons-collections/download_collections.cgi]
+4. Download the [Apache Commons Collections v4](http://commons.apache.org/proper/commons-collections/download_collections.cgi).
 Uncompress the `commons-collections*.jar` into the `Fuseki Home` directory.
 
 5. Add security jars to the startup script/batch file.