Skip to content

Commit 9e6a141

Browse files
authored
Remove https from localhost based link name (#1276)
Fix typo in #1265 - the link source is correct (http) but the link name is incorrectly specifying https.
1 parent 72c746f commit 9e6a141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/graphql-js/Tutorial-ExpressGraphQL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can run this GraphQL server with:
5050
node server.js
5151
```
5252

53-
Since we configured `graphqlHTTP` with `graphiql: true`, you can use the GraphiQL tool to manually issue GraphQL queries. If you navigate in a web browser to [https://localhost:4000/graphql](http://localhost:4000/graphql), you should see an interface that lets you enter queries. It should look like:
53+
Since we configured `graphqlHTTP` with `graphiql: true`, you can use the GraphiQL tool to manually issue GraphQL queries. If you navigate in a web browser to [http://localhost:4000/graphql](http://localhost:4000/graphql), you should see an interface that lets you enter queries. It should look like:
5454

5555
![hello world graphql example](/img/hello.png)
5656

0 commit comments

Comments
 (0)