Skip to content

Commit 531ac54

Browse files
Fix broken links after changing use_directory_urls (#2737)
1 parent 5d24638 commit 531ac54

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ site_url: https://sublimelsp.github.io/LSP/
33
repo_url: https://github.com/sublimelsp/LSP/
44
edit_uri: edit/main/docs/src/
55
docs_dir: 'src'
6-
use_directory_urls: false
76

87
plugins:
98
- search

docs/src/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Some language servers provide _global_ rename functionality as well. This packag
130130

131131
Some language servers support updating imports on file rename.
132132

133-
<video src="./videos/file-rename.mp4" controls></video>
133+
<video src="/videos/file-rename.mp4" controls></video>
134134

135135
## Code Actions
136136

0 commit comments

Comments
 (0)