Skip to content

Commit fe6baad

Browse files
authored
use new swapi urls (#4064)
1 parent 949f1f7 commit fe6baad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The purpose of this monorepo is to give the GraphQL Community:
5454
![Screenshot of GraphiQL with Doc Explorer Open](packages/graphiql/resources/graphiql.png)
5555

5656
_/ˈɡrafək(ə)l/_ A graphical interactive in-browser GraphQL IDE.
57-
[Try the live demo](https://graphql.github.io/swapi-graphql). We also have
57+
[Try the live demo](https://graphql.org/swapi-graphql). We also have
5858
[a demo using our latest netlify build](http://graphiql-test.netlify.com) for
5959
the `main` branch.
6060

packages/graphiql/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
[![](https://dcbadge.vercel.app/api/server/NP5vbPeUFp?style=flat)](https://discord.gg/NP5vbPeUFp)
1616

1717
_/ˈɡrafək(ə)l/_ A graphical interactive in-browser GraphQL IDE.
18-
[Try the live demo](https://graphql.github.io/swapi-graphql).
18+
[Try the live demo](https://graphql.org/swapi-graphql).
1919

20-
[![](resources/graphiql.png)](https://graphql.github.io/swapi-graphql)
20+
[![](resources/graphiql.png)](https://graphql.org/swapi-graphql)
2121

2222
## Features
2323

@@ -34,9 +34,9 @@ _/ˈɡrafək(ə)l/_ A graphical interactive in-browser GraphQL IDE.
3434

3535
## Live Demos
3636

37-
- The [latest stable version](https://graphql.github.io/swapi-graphql)
37+
- The [latest stable version](https://graphql.org/swapi-graphql)
3838
- The current state of the `main` branch:
39-
- An [installable PWA](https://graphiql-test.netlify.com/webpack/) with plugins ([source](../../examples//graphiql-webpack/))
39+
- An [installable PWA](https://graphiql-test.netlify.com/webpack) with plugins ([source](../../examples//graphiql-webpack))
4040
- Using the [minified bundles](https://graphiql-test.netlify.com)
4141
- Using the [development bundles](https://graphiql-test.netlify.com/dev) (good
4242
for inspecting, debugging, etc)

0 commit comments

Comments
 (0)