Add links to documentation
diff --git a/README.md b/README.md
index 7aaa42a..76bec3f 100644
--- a/README.md
+++ b/README.md
@@ -6,4 +6,6 @@
 
 This module is part of the [Apache Sling](https://sling.apache.org) project.
 
-Parser for the Repository Initialization language used in Sling
+Parser for the [Repository Initialization language](https://sling.apache.org/documentation/bundles/repository-initialization.html) used in Sling.
+
+To parse repoinit statements use the [RepoInitParser](./blob/master/src/main/java/org/apache/sling/repoinit/parser/RepoInitParser.java) service.