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/09/29 08:35:50 UTC

[sling-samples] branch master updated: Link to Electron GraphiQL client for convenience

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-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 57efe51  Link to Electron GraphiQL client for convenience
57efe51 is described below

commit 57efe51dcf01e08a41786961ca92521367c6291f
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Sep 29 10:35:41 2020 +0200

    Link to Electron GraphiQL client for convenience
---
 org.apache.sling.graphql.samples.website/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org.apache.sling.graphql.samples.website/README.md b/org.apache.sling.graphql.samples.website/README.md
index 6643928..e02cbdb 100644
--- a/org.apache.sling.graphql.samples.website/README.md
+++ b/org.apache.sling.graphql.samples.website/README.md
@@ -65,7 +65,7 @@ now it implements just the minimum required for this sample.
 
 ## Client-side GraphQL queries
 
-Client-side queries work using an external [GraphiQL](https://graphql.org/swapi-graphql)
+Client-side queries work using an external [GraphiQL](https://www.electronjs.org/apps/graphiql)
 client (or any suitable client) that talks to our `GraphQLServlet` - see below for how to run that.
 
 Here's an example query: