Skip to content

Commit a6ccbac

Browse files
authored
Merge pull request #294 from krassowski/fix-254
Update location of Language Servers information
2 parents 71969a7 + bc29183 commit a6ccbac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313
- restores sorting order-indicating caret icons in diagnostics panel table ([#261][])
1414
- handles document open and change operation ordering more predictably ([#284][])
1515
- fixes some pyflakes issues caused by line magics substitution ([#293][])
16+
- updated the link to the documentation of language servers ([#294][])
1617

1718
[#195]: https://github.com/krassowski/jupyterlab-lsp/issues/195
1819
[#261]: https://github.com/krassowski/jupyterlab-lsp/issues/261
1920
[#293]: https://github.com/krassowski/jupyterlab-lsp/pull/293
21+
[#294]: https://github.com/krassowski/jupyterlab-lsp/pull/294
2022

2123
### `@krassowski/jupyterlab-lsp 0.9.0` (unreleased)
2224

packages/jupyterlab-lsp/src/adapters/jupyterlab/components/statusbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class LSPPopup extends VDomRenderer<LSPStatus.Model> {
213213
Documentation:{' '}
214214
<a
215215
href={
216-
'https://github.com/krassowski/jupyterlab-lsp/blob/master/docs/LANGUAGESERVERS.md'
216+
'https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html'
217217
}
218218
target="_blank"
219219
rel="noreferrer"

0 commit comments

Comments
 (0)