From 76be2fbd3ccf7cd655b7c2df9ad9451d360c5cde Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Wed, 29 Apr 2026 14:35:17 +0200 Subject: [PATCH] fix links --- data/sc-im.md | 2 -- distros/void/void_basics.md | 7 +++---- system/makefiles.md | 6 +++--- vision/lowdown.md | 8 -------- writing/vim.md | 1 + 5 files changed, 7 insertions(+), 17 deletions(-) diff --git a/data/sc-im.md b/data/sc-im.md index c3090a5..f5828a6 100644 --- a/data/sc-im.md +++ b/data/sc-im.md @@ -9,8 +9,6 @@ requires: - writing/vim.md --- -- [Sample file](sc-im/sample.sc) - # Basic Commands ## See Cells diff --git a/distros/void/void_basics.md b/distros/void/void_basics.md index 14157cd..d628bac 100644 --- a/distros/void/void_basics.md +++ b/distros/void/void_basics.md @@ -54,9 +54,8 @@ brightnessctl s 10%- brightnessctl s 10%+ ``` -# Other Tricks +# Related -- [autologin](autologin.md) -- [services](sv.md) -- [wifi](networking/wpa_supplicant.md) +- [autologin](distros/void/autologin.md) +- [services](distros/void/sv.md) diff --git a/system/makefiles.md b/system/makefiles.md index 25dbe2c..089eefd 100644 --- a/system/makefiles.md +++ b/system/makefiles.md @@ -180,6 +180,6 @@ In this case, the makefile can see that `backup` depends on the current backup f # The Rest -- [File patterns](makefiles/patterns.md) -- [Makefile graphs](makefiles/graph-easy.md) -- [In-build help](makefiles/help.md) +- [File patterns](system/makefiles/patterns.md) +- [Makefile graphs](system/makefiles/graph-easy.md) +- [In-build help](system/makefiles/help.md) diff --git a/vision/lowdown.md b/vision/lowdown.md index 094796e..161f441 100644 --- a/vision/lowdown.md +++ b/vision/lowdown.md @@ -12,14 +12,6 @@ Turn a markdown file into a 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: ```sh diff --git a/writing/vim.md b/writing/vim.md index 692b223..5e2d673 100644 --- a/writing/vim.md +++ b/writing/vim.md @@ -25,3 +25,4 @@ Keybind to exit this mode is `Ctrl+q` - [Completion](vim/completion.md) - [Window Splits](vim/windows.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/)