You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/10/03 10:04:39 UTC

svn commit: r1810905 - /sling/trunk/contrib/extensions/sling-pipes/README.md

Author: olli
Date: Tue Oct  3 10:04:39 2017
New Revision: 1810905

URL: http://svn.apache.org/viewvc?rev=1810905&view=rev
Log:
SLING-7167 Adjust READMEs

add uniform header linking to Sling project

Modified:
    sling/trunk/contrib/extensions/sling-pipes/README.md

Modified: sling/trunk/contrib/extensions/sling-pipes/README.md
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/sling-pipes/README.md?rev=1810905&r1=1810904&r2=1810905&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/sling-pipes/README.md (original)
+++ sling/trunk/contrib/extensions/sling-pipes/README.md Tue Oct  3 10:04:39 2017
@@ -1,4 +1,7 @@
-# sling-pipes
+# Apache Sling Pipes
+
+This module is part of the [Apache Sling](https://sling.apache.org) project.
+
 tool for doing extract - transform - load operations through a resource tree configuration
 
 often one-shot data transformations need sample code to be written & executed. This tiny tool set intends to provide ability to do such transformations with proven & reusable blocks called pipes, streaming resources from one to the other.