Skip to content

Commit 4912fad

Browse files
chore: fix typedocs link (#1603)
1 parent 6507a35 commit 4912fad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Whether you want a simple GraphiQL IDE instance for your server, or a more advan
2222

2323
The purpose of this monorepo is to give the GraphQL Community:
2424

25-
- a to-specification official language service (see: [API Docs](https://graphiql-test.netlify.com/typedoc))
25+
- a to-specification official language service (see: [API Docs](https://graphiql-test.netlify.app/typedoc))
2626
- a comprehensive LSP server and CLI service for use with IDEs
2727
- a codemirror mode
2828
- a monaco mode (in the works)

packages/monaco-graphql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This will cover the basics, making an HTTP POST with the default `introspectionQ
5353

5454
## Advanced Usage
5555

56-
### `GraphQLAPI` ([typedoc](http://graphiql-test.netlify/typedoc/classes/monaco_graphql.languageserviceapi.html))
56+
### `GraphQLAPI` ([typedoc](https://graphiql-test.netlify.app/typedoc/classes/monaco_graphql.languageserviceapi.html))
5757

5858
If you call any of these API methods to modify the language service configuration at any point at runtime, the webworker will reload relevant language features.
5959

0 commit comments

Comments
 (0)