fix links

This commit is contained in:
2026-04-29 14:35:17 +02:00
parent 34ef924a09
commit 76be2fbd3c
5 changed files with 7 additions and 17 deletions

View File

@@ -9,8 +9,6 @@ requires:
- writing/vim.md - writing/vim.md
--- ---
- [Sample file](sc-im/sample.sc)
# Basic Commands # Basic Commands
## See Cells ## See Cells

View File

@@ -54,9 +54,8 @@ brightnessctl s 10%-
brightnessctl s 10%+ brightnessctl s 10%+
``` ```
# Other Tricks # Related
- [autologin](autologin.md) - [autologin](distros/void/autologin.md)
- [services](sv.md) - [services](distros/void/sv.md)
- [wifi](networking/wpa_supplicant.md)

View File

@@ -180,6 +180,6 @@ In this case, the makefile can see that `backup` depends on the current backup f
# The Rest # The Rest
- [File patterns](makefiles/patterns.md) - [File patterns](system/makefiles/patterns.md)
- [Makefile graphs](makefiles/graph-easy.md) - [Makefile graphs](system/makefiles/graph-easy.md)
- [In-build help](makefiles/help.md) - [In-build help](system/makefiles/help.md)

View File

@@ -12,14 +12,6 @@ Turn a markdown file into a pdf:
lowdown -stms "$FILE".md | pdfroff -itk -mspdf > "$FILE".pdf lowdown -stms "$FILE".md | pdfroff -itk -mspdf > "$FILE".pdf
``` ```
*Example:* put [this Makefile](lowdown/example.txt) in a directory, rename it `Makefile`, then do:
```sh
make example
make
```
To give the document a title, put that title in the metadata: To give the document a title, put that title in the metadata:
```sh ```sh

View File

@@ -25,3 +25,4 @@ Keybind to exit this mode is `Ctrl+q`
- [Completion](vim/completion.md) - [Completion](vim/completion.md)
- [Window Splits](vim/windows.md) - [Window Splits](vim/windows.md)
- [Use vim bindings in bash](vim/vim_in_bash.md) - [Use vim bindings in bash](vim/vim_in_bash.md)
- [A game to learn how to code in Vim](https://www.vim-hero.com/)