You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2017/07/05 11:36:10 UTC

svn commit: r1800858 - /jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md

Author: mreutegg
Date: Wed Jul  5 11:36:10 2017
New Revision: 1800858

URL: http://svn.apache.org/viewvc?rev=1800858&view=rev
Log:
OAK-301: Document Oak

Fix link to Revision GC section

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md?rev=1800858&r1=1800857&r2=1800858&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md Wed Jul  5 11:36:10 2017
@@ -41,7 +41,7 @@
         * [Cache Invalidation](#cache-invalidation)
         * [Cache Configuration](#cache-configuration)
     * [Unlock upgrade](#unlockUpgrade)
-    * [Revision Garbage Collection](#revisionGC)
+    * [Revision Garbage Collection](#revision-gc)
 
 One of the plugins in Oak stores data in a document oriented format. 
 The plugin implements the low level `NodeStore` interface.