aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2023-03-20 09:58:24 +0000
committergithub-actions <github-actions@github.com>2023-03-20 09:58:24 +0000
commit736c39e4bab977f0171c78328415c6402c58e64a (patch)
treeb1c998ed7a178cae08f2841cf48d20b86b0b50e0
parentfix(graphql): fix crash on projects without graphql (#2517) (diff)
downloadnvim-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.md2
-rw-r--r--doc/server_configurations.txt2
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).