diff options
| author | github-actions <github-actions@github.com> | 2023-03-20 09:58:24 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2023-03-20 09:58:24 +0000 |
| commit | 736c39e4bab977f0171c78328415c6402c58e64a (patch) | |
| tree | b1c998ed7a178cae08f2841cf48d20b86b0b50e0 | |
| parent | fix(graphql): fix crash on projects without graphql (#2517) (diff) | |
| download | nvim-lspconfig-736c39e4bab977f0171c78328415c6402c58e64a.tar nvim-lspconfig-736c39e4bab977f0171c78328415c6402c58e64a.tar.gz nvim-lspconfig-736c39e4bab977f0171c78328415c6402c58e64a.tar.bz2 nvim-lspconfig-736c39e4bab977f0171c78328415c6402c58e64a.tar.lz nvim-lspconfig-736c39e4bab977f0171c78328415c6402c58e64a.tar.xz nvim-lspconfig-736c39e4bab977f0171c78328415c6402c58e64a.tar.zst nvim-lspconfig-736c39e4bab977f0171c78328415c6402c58e64a.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 2 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 9cadb018..edf48191 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -3398,7 +3398,7 @@ https://github.com/graphql/graphiql/tree/main/packages/graphql-language-service- npm install -g graphql-language-service-cli ``` -Note that you must also have [the graphql package](https://github.com/graphql/graphql-js) installed and create a [GraphQL config file](https://www.graphql-config.com/docs/user/user-introduction). +Note that you must also have [the graphql package](https://github.com/graphql/graphql-js) installed within your project and create a [GraphQL config file](https://the-guild.dev/graphql/config/docs). diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 9cadb018..edf48191 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -3398,7 +3398,7 @@ https://github.com/graphql/graphiql/tree/main/packages/graphql-language-service- npm install -g graphql-language-service-cli ``` -Note that you must also have [the graphql package](https://github.com/graphql/graphql-js) installed and create a [GraphQL config file](https://www.graphql-config.com/docs/user/user-introduction). +Note that you must also have [the graphql package](https://github.com/graphql/graphql-js) installed within your project and create a [GraphQL config file](https://the-guild.dev/graphql/config/docs). |
