You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2016/09/22 12:18:55 UTC

svn commit: r1761922 - /sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext

Author: kwin
Date: Thu Sep 22 12:18:55 2016
New Revision: 1761922

URL: http://svn.apache.org/viewvc?rev=1761922&view=rev
Log:
add link to dedicated CRUD page

Modified:
    sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext

Modified: sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext?rev=1761922&r1=1761921&r2=1761922&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext (original)
+++ sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext Thu Sep 22 12:18:55 2016
@@ -145,6 +145,7 @@ Sling now supports full CRUD functionali
 The advantage is that this works for any ResourceProvider that supports the required operations.
 
 See the testSimpleCRUD method in [WriteableResourcesTest][5] for a basic example of how that works.
+More details can be found at [Sling API CRUD Support]({{ refs.sling-api-crud-support.path }}).
 
 
 ## Wrap/Decorate Resources