This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new ca11528  tweaks
ca11528 is described below

commit ca115281793a5a6f6657b3f95c4fea931a1de3fa
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Fri Jun 25 11:03:29 2021 +0200

    tweaks
---
 sling-org-apache-sling-graphql-schema/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sling-org-apache-sling-graphql-schema/README.md 
b/sling-org-apache-sling-graphql-schema/README.md
index 5b59a20..3fc78c3 100644
--- a/sling-org-apache-sling-graphql-schema/README.md
+++ b/sling-org-apache-sling-graphql-schema/README.md
@@ -3,8 +3,8 @@
 Apache Sling GraphQL Schema
 ----
 
-This module provides services to combine partial GraphQL schema ("partials") 
supplied by
-_provider bundles_.
+This module ([SLING-10551](https://issues.apache.org/jira/browse/SLING-10551)) 
provides services to combine partial GraphQL
+schema ("partials") supplied by _provider bundles_.
 
 The partials are text files that use the GraphQL SDL (Schema Definition  
Language) syntax and are
 provided as OSGi bundle resources. We cannot name them "fragments" as that has 
a different meaning
@@ -75,7 +75,7 @@ TODO remove those once the module is implemented.
 
 We can use an [OSGi Extender 
Pattern](https://enroute.osgi.org/FAQ/400-patterns.html) to handle the
 provider bundles, similar to what we do for 
-[initial content 
loading|https://sling.apache.org/documentation/bundles/content-loading-jcr-contentloader.html]
+[initial content 
loading](https://sling.apache.org/documentation/bundles/content-loading-jcr-contentloader.html)
 .
 
 The assembler bundle can use a
@@ -85,4 +85,4 @@ to detect the provider bundles based on their manifest header.
 It can use logic similar to the jcr content loader module to load the partial 
schema text files:
 
 * 
https://github.com/apache/sling-org-apache-sling-jcr-contentloader/blob/master/src/main/java/org/apache/sling/jcr/contentloader/PathEntry.java
-* Bundle.getEntryPaths to enumerate file resources in the bundle
\ No newline at end of file
+* Bundle.getEntryPaths to enumerate file resources in the bundle

Reply via email to