Skip to content

Commit 0a11dce

Browse files
authored
Update README.md
1 parent ad720c1 commit 0a11dce

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Quick Links: **[Installation](#installation) | [Configuring](./docs/Configuring.
88

99
## Features
1010

11-
> Examples show Python code, but most features also work in R, bash, typescript, and [many other languages](https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html).
11+
> Examples show Python code, but most features also work in R, bash, typescript, and [many other languages][language-servers].
1212
1313
### Hover
1414

@@ -86,7 +86,7 @@ And:
8686

8787
## Installation
8888

89-
> For more extensive installation instructions, see the [documentation](./docs/Installation.ipynb).
89+
> For more extensive installation instructions, see the [documentation][installation-documentation].
9090
9191
For the current stable version, the following steps are recommended.
9292
Use of a python `virtualenv` or a conda env is also recommended.
@@ -147,7 +147,7 @@ Use of a python `virtualenv` or a conda env is also recommended.
147147
```
148148

149149
Please see our full list of
150-
[supported language servers](./docs/LANGUAGESERVERS.md)
150+
[supported language servers][language-servers]
151151
which includes installation hints for the common package managers (npm/pip/conda).
152152
In general, any LSP server from the
153153
[Microsoft list](https://microsoft.github.io/language-server-protocol/implementors/servers/)
@@ -192,7 +192,7 @@ jupyter labextension install @krassowski/[email protected]
192192

193193
### Configuring the servers
194194

195-
We plan to provide a configuration GUI at some time ([#25](https://github.com/krassowski/jupyterlab-lsp/issues/25)), but in the meantime, you can use the instructions for the specific servers as described on their websites (see the table in [LANGUAGESERVERS.md](./docs/LANGUAGESERVERS.md) for links).
195+
We plan to provide a configuration GUI at some time ([#25](https://github.com/krassowski/jupyterlab-lsp/issues/25)), but in the meantime, you can use the instructions for the specific servers as described on their websites (see the [table of language servers][language-servers] for links).
196196

197197
#### I want to hide specific diagnostics/inspections/warnings
198198

@@ -220,3 +220,6 @@ Again, please do check the pycodestyle documentation for specific error codes, a
220220

221221
This would not be possible without the fantastic initial work at
222222
[wylieconlon/lsp-editor-adapter](https://github.com/wylieconlon/lsp-editor-adapter).
223+
224+
[language-servers]: https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html
225+
[installation-documentation]: https://jupyterlab-lsp.readthedocs.io/en/latest/Installation.html

0 commit comments

Comments
 (0)