aboutsummaryrefslogtreecommitdiff
path: root/book/src/languages.md
diff options
context:
space:
mode:
authorTheodore Gregory2023-09-08 17:15:42 +0000
committerGitHub2023-09-08 17:15:42 +0000
commit14401ff75b90cbd98d39eb4b7b5442ad43b49e31 (patch)
tree0220bcbb3f665c1e9113fd65541ed9d05bdbb392 /book/src/languages.md
parent8017bb29990bd15eb31542fa25e8cb1207364b07 (diff)
docs: fix link to document formatting requests (#8166)
Diffstat (limited to 'book/src/languages.md')
-rw-r--r--book/src/languages.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/languages.md b/book/src/languages.md
index 5e56a332..778489f8 100644
--- a/book/src/languages.md
+++ b/book/src/languages.md
@@ -127,7 +127,7 @@ These are the available options for a language server.
| `environment` | Any environment variables that will be used when starting the language server `{ "KEY1" = "Value1", "KEY2" = "Value2" }` |
A `format` sub-table within `config` can be used to pass extra formatting options to
-[Document Formatting Requests](https://github.com/microsoft/language-server-protocol/blob/gh-pages/_specifications/specification-3-17.md#document-formatting-request--leftwards_arrow_with_hook).
+[Document Formatting Requests](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_formatting).
For example, with typescript:
```toml