fix missing links

This commit is contained in:
Malin Freeborn 2025-04-30 15:39:05 +02:00
parent 98dbb5e3d6
commit 63e4c409bb
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
3 changed files with 6 additions and 6 deletions

View File

@ -142,4 +142,3 @@ You can ensure omemo automatcally turns on:
``` ```
--- ---
'OTR' encryption is mostly dead, but you can find the old instructions [here](profanity-otr).

View File

@ -57,5 +57,5 @@ brightnessctl s 10%+
- [autologin](autologin.md) - [autologin](autologin.md)
- [services](sv.md) - [services](sv.md)
- [wifi](wpa_cli.md) - [wifi](../../networking/wpa_supplicant.md)

View File

@ -10,7 +10,8 @@ tags: [ "vim", "basic" ]
## Extras ## Extras
- [Navigation](navigate.md) - [Navigation](vim/navigate.md)
- [Completion](vim-completion.md) - [Completion](vim/completion.md)
- [Search](vim-search.md) - [Search](vim/search.md)
- [Window Splits](vim-windows.md) - [Window Splits](vim/windows.md)
- [Use vim bindings in bash](vim/vim_in_bash.md)