Skip to content

Commit 237a293

Browse files
author
Sudheesh Rao Moghe
committed
ref wundergraph#67: fix(docs): correct onboarding guide URLs for playground and employees subgraph
1 parent e95fc28 commit 237a293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started/cosmo-cloud-onboarding.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ For this demo, you'll use pre-deployed demo subgraphs on a serverless platform.
116116
```bash
117117
wgc subgraph create employees \
118118
--namespace development \
119-
--routing-url https://employee-api.fly.dev/graphql
119+
--routing-url https://employees-api.fly.dev/graphql
120120
```
121121

122122
1. Download the schema and publish it:
@@ -235,7 +235,7 @@ docker run \
235235

236236
### Open the Playground
237237

238-
Open [http://localhost:3002](http://localhost:3002/graphql) and run your first GraphQL operation with WunderGraph Cosmo\! The same playground is also available on Cosmo Cloud.
238+
Open [http://localhost:3002](http://localhost:3002) and run your first GraphQL operation with WunderGraph Cosmo\! The same playground is also available on Cosmo Cloud.
239239

240240
### Example Query that involves all subgraphs
241241

0 commit comments

Comments
 (0)