From 6a3074de61918f00a0f9e3d993802f10ebaf79f0 Mon Sep 17 00:00:00 2001 From: Cyril Moreau Date: Mon, 4 Jun 2018 23:24:58 +0200 Subject: [PATCH] Update README.md `examples` link are wrong --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 88593ded0..95c10b978 100644 --- a/README.md +++ b/README.md @@ -148,16 +148,16 @@ The framework provides powerful abstractions and building blocks to develop flex ### Service examples -* [auth](examples/auth): Email/password-based authentication -* [crud-api](examples/crud-api): Simple CRUD-style GraphQL API -* [env-variables-in-functions](examples/env-variables-in-functions): Function accessing environment variables -* [full-example](examples/full-example): Full example (webshop) demoing most available features -* [typescript-gateway-custom-schema](examples/typescript-gateway-custom-schema): Define a custom schema using an API gateway -* [graphcool-lib](examples/graphcool-lib): Use `graphcool-lib` in functions to send queries and mutations to your service -* [permissions](examples/permissions): Configure permission rules -* [rest-wrapper](examples/rest-wrapper): Extend GraphQL API by wrapping existing REST endpoint -* [subscriptions](examples/subscriptions): Use subscription functions to react to asynchronous events -* [yaml-variables](examples/yaml-variables): Use variables in your `graphcool.yml` +* [auth](examples/0.x/auth): Email/password-based authentication +* [crud-api](examples/0.x/crud-api): Simple CRUD-style GraphQL API +* [env-variables-in-functions](examples/0.x/env-variables-in-functions): Function accessing environment variables +* [full-example](examples/0.x/full-example): Full example (webshop) demoing most available features +* [typescript-gateway-custom-schema](examples/0.x/typescript-gateway-custom-schema): Define a custom schema using an API gateway +* [graphcool-lib](examples/0.x/graphcool-lib): Use `graphcool-lib` in functions to send queries and mutations to your service +* [permissions](examples/0.x/permissions): Configure permission rules +* [rest-wrapper](examples/0.x/rest-wrapper): Extend GraphQL API by wrapping existing REST endpoint +* [subscriptions](examples/0.x/subscriptions): Use subscription functions to react to asynchronous events +* [yaml-variables](examples/0.x/yaml-variables): Use variables in your `graphcool.yml` ### Frontend examples