You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/11/06 18:59:41 UTC

svn commit: r1894786 - in /jackrabbit/site/trunk/src/site/markdown: downloads.md frequently-asked-questions.md jcr-api.md

Author: kwin
Date: Sat Nov  6 18:59:41 2021
New Revision: 1894786

URL: http://svn.apache.org/viewvc?rev=1894786&view=rev
Log:
some md fixes

Modified:
    jackrabbit/site/trunk/src/site/markdown/downloads.md
    jackrabbit/site/trunk/src/site/markdown/frequently-asked-questions.md
    jackrabbit/site/trunk/src/site/markdown/jcr-api.md

Modified: jackrabbit/site/trunk/src/site/markdown/downloads.md
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/src/site/markdown/downloads.md?rev=1894786&r1=1894785&r2=1894786&view=diff
==============================================================================
--- jackrabbit/site/trunk/src/site/markdown/downloads.md (original)
+++ jackrabbit/site/trunk/src/site/markdown/downloads.md Sat Nov  6 18:59:41 2021
@@ -16,6 +16,7 @@
 -->
 Downloads
 =========
+
 Use the links below to download Apache Jackrabbit releases from one of our
 mirrors. You should [verify the integrity](#verify) of the files using
 the signatures and checksums available from this page.
@@ -159,7 +160,7 @@ See the [full release notes](https://dow
 
 * [jackrabbit-jca-2.16.8.rar](https://www.apache.org/dyn/closer.lua/jackrabbit/2.16.8/jackrabbit-jca-2.16.8.rar)
     (76M, JCA resource adapter, [pgp](https://downloads.apache.org/jackrabbit/2.16.8/jackrabbit-jca-2.16.8.rar.asc), [sha512](https://downloads.apache.org/jackrabbit/2.16.8/jackrabbit-jca-2.16.8.rar.sha512))
-  
+
 
 
 

Modified: jackrabbit/site/trunk/src/site/markdown/frequently-asked-questions.md
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/src/site/markdown/frequently-asked-questions.md?rev=1894786&r1=1894785&r2=1894786&view=diff
==============================================================================
--- jackrabbit/site/trunk/src/site/markdown/frequently-asked-questions.md (original)
+++ jackrabbit/site/trunk/src/site/markdown/frequently-asked-questions.md Sat Nov  6 18:59:41 2021
@@ -24,8 +24,8 @@ General
 
 ### What is JCR?
 JCR is the acronym of the Content Repository for Java technology API, a standard interface for accessing content repositories.
-JCR version 1.0 was specified in Java Specification Request 170 ([JSR 170](http://jcp.org/en/jsr/detail?id=170)),
-and version 2.0 is currently under work in [JSR 283|http://jcp.org/en/jsr/detail?id=283].
+JCR version 1.0 was specified in [Java Specification Request 170 (JSR 170)](http://jcp.org/en/jsr/detail?id=170),
+and version 2.0 in [JSR 283](http://jcp.org/en/jsr/detail?id=283).
 
 ### What is a content repository?
 A content repository is an information management system that provides

Modified: jackrabbit/site/trunk/src/site/markdown/jcr-api.md
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/src/site/markdown/jcr-api.md?rev=1894786&r1=1894785&r2=1894786&view=diff
==============================================================================
--- jackrabbit/site/trunk/src/site/markdown/jcr-api.md (original)
+++ jackrabbit/site/trunk/src/site/markdown/jcr-api.md Sat Nov  6 18:59:41 2021
@@ -17,7 +17,7 @@
 
 JCR API
 =======
-Jackrabbit is a complete, and fully compliant implementation of  the Content Repository API for Java Technology (JCR)
+Jackrabbit is a complete, and fully compliant implementation of  the [Content Repository API for Java Technology (JCR)](jcr.html)
 and therefore its primary API is defined by JCR. For a developer this means that most operations required are defined by
 the JCR API. The classes and interfaces within Apache Jackrabbit are only needed when accessing functionality that is
 not specified in JCR.