You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/11/30 13:28:20 UTC

[sling-whiteboard] branch master updated: Update README.md

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 5bfc6b8  Update README.md
5bfc6b8 is described below

commit 5bfc6b83ec68a967b9ab5edd863e3b4664bd6301
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Mon Nov 30 14:28:12 2020 +0100

    Update README.md
---
 remote-content-api/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/remote-content-api/README.md b/remote-content-api/README.md
index 986f1d5..a7c53af 100644
--- a/remote-content-api/README.md
+++ b/remote-content-api/README.md
@@ -4,7 +4,7 @@ This is a set of modules meant to demonstrate a Remote Content API for Sling,
 based on the Type System idea described at
 https://cwiki.apache.org/confluence/display/SLING/Sling+Type+System%3A+motivation+and+requirements
 
-It's very much a work in progress for now.
+It's very much a work in progress for now, see [SLING-9950](https://issues.apache.org/jira/browse/SLING-9950)
 
 See the [sample-app](./sample-app) folder for how to run the examples.
 
@@ -22,4 +22,4 @@ views of the API, and which Resource types are document roots.
 
 Resource types for which the type system has no info are output with a generic rendering.
 
-At this point we don't care how types are defined, they might be hardcoded.
\ No newline at end of file
+At this point we don't care how types are defined, they might be hardcoded.