From 7b6204b503f866c05086087806744ded8f6561b9 Mon Sep 17 00:00:00 2001 From: sevkioruc Date: Sat, 29 Oct 2022 04:52:26 +0300 Subject: [PATCH] fix: Broken links fixed on the readme file of the examples --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index b2b63d80aa..f72987e114 100644 --- a/examples/README.md +++ b/examples/README.md @@ -18,9 +18,9 @@ docker-compose up -d To run an example execute `npm run start -- {example_name}` where example name is one of the following. -* [`basic`](./basic`) - A basic todo graphql API. +* [`basic`](./basic) - A basic todo graphql API. * Federation - * [`federation:gateway`](./federation/gateway) - Graphql federation gateway + * [`federation:gateway`](./federation/graphql-gateway) - Graphql federation gateway * [`federation:sub-task`](./federation/sub-task-graphql) - Federated sub-task GraphQL API * [`federation:tag`](./federation/tag-graphql) - Federated tag GraphQL API * [`federation:todo-item`](./federation/todo-item-graphql) - Federated todo-item GraphQL API