Skip to content

Commit ef6f75e

Browse files
committed
doc/matlab-language-server-lsp-mode.org: update internal links
The search-based links to heading don't work when the org file is viewed on github, thus try using dedicate internal target links.
1 parent 04e2232 commit ef6f75e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/matlab-language-server-lsp-mode.org

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
The [[https://github.com/mathworks/MATLAB-language-server][MATLAB Language Server]], matlabls, is used for code navigation, code completion,
3131
go to definition, find references, and more. To use matlabls, see [[Installation][installation]] below.
32-
matlabls also works with [[Windows Emacs with LSP][Emacs on Windows]].
32+
matlabls also works with [[Windows-Emacs-LSP][Emacs on Windows]].
3333

3434
matlabls is a separate special MATLAB process that Emacs communicates with. For example, when you
3535
ask Emacs to jump to the definition of a function via =M-.= or =M-x xref-find-definitions=, Emacs
@@ -67,7 +67,7 @@ type =M-,= to jump back.
6767

6868
[[file:matlab-language-server-lsp-mode-files/matlab-and-lsp-ui-imenu.png]]
6969

70-
* Installation
70+
* Installation <<Installation>>
7171

7272
1. Install lsp-mode from MELPA
7373

@@ -140,7 +140,7 @@ type =M-,= to jump back.
140140
: M-? Find references to the identifier at point (xref-find-references)
141141
: M-, Go back to the previous position in xref history (xref-go-back)
142142

143-
** Windows Emacs with LSP
143+
** Windows Emacs with LSP <<Windows-Emacs-LSP>>
144144

145145
The examples below were created on Windows 11 using Emacs 30.1. The setup I used (May-29-2025):
146146

0 commit comments

Comments
 (0)