Skip to content

Commit 68f7e1f

Browse files
committed
docs: fix broken link
1 parent b6dc621 commit 68f7e1f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [Getting started](language-server/getting-started.md)
1818
- [Configure a client](language-server/configure-a-client.md)
1919
- [Existing clients](language-server/existing-clients.md)
20+
- [Kate](language-server/kate.md)
2021
- [Neovim](language-server/neovim.md)
2122

2223
# Contributing to Some Sass

docs/src/contributing/writing-documentation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ These are more guidelines than actual rules.
9393
- The first time you reference Visual Studio Code below a heading, write out the full name. After that you can use VS Code.
9494
- Prefer [Excalidraw][excalidraw] for diagrams, exported as PNG and included in Markdown as [an image][images].
9595

96-
The [Hemingway Editor](https://hemingwayapp.com/) is a free tool to help edit your writing. You can also refer to these [notes from Google Technical Writing One][gtechwriting] if you'd like. That said, don't worry too much about the details.
97-
9896
[brew]: https://brew.sh
9997
[mdbook]: https://rust-lang.github.io/mdBook/
10098
[installation]: https://rust-lang.github.io/mdBook/guide/installation.html

docs/src/language-server/existing-clients.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22

33
Editors with ready-configured clients, maintained by the community.
44

5-
- [Neovim](./neovim.md)
65
- [Kate](./kate.md)
6+
- [Neovim](./neovim.md)
7+
8+
<!-- Sort alphabetically. Add new pages to SUMMARY.md as well. -->

0 commit comments

Comments
 (0)