Author: alexparvulescu
Date: Fri Dec 18 09:21:16 2015
New Revision: 1720733

URL: http://svn.apache.org/viewvc?rev=1720733&view=rev
Log:
OAK-3808 Fix broken link on 'Backward compatibility' - 'Query' section


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

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md?rev=1720733&r1=1720732&r2=1720733&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md Fri Dec 18 
09:21:16 2015
@@ -80,10 +80,10 @@ Query
 Oak does not index as much content by default as does Jackrabbit 2. You need 
to create custom indexes when
 necessary, much like in traditional RDBMSs. If there is no index for a 
specific query then the
 repository will be traversed. That is, the query will still work but probably 
be very slow.
-See the [query overview page](query.html) for how to create a custom index.
+See the [query overview page](query/query.html) for how to create a custom 
index.
 
 There were some smaller bugfixes in the query parser which might lead to 
incompatibility.
-See the [query overview page](query.html) for details.
+See the [query overview page](query/query.html) for details.
 
 In Oak, the method `QueryManager.createQuery` does not 
 return an object of type `QueryObjectModel`.


Reply via email to