diff --git a/data/gpg/basics.md b/data/gpg/basics.md index fa35c29..75dff3f 100644 --- a/data/gpg/basics.md +++ b/data/gpg/basics.md @@ -129,7 +129,7 @@ Refreshing keys will tell you if some key you have contains a signature from som gpg --refresh-keys ``` -You can use the [crontab](../../basics/cron.md) to refresh keys, but this will mostly fail, since keyservers often don't hold the right data. +You can use the [crontab](../../system/cron.md) to refresh keys, but this will mostly fail, since keyservers often don't hold the right data. # Export diff --git a/data/recfiles.md b/data/recfiles.md index b4d1286..52ce294 100644 --- a/data/recfiles.md +++ b/data/recfiles.md @@ -43,8 +43,8 @@ recset -f "$new_field" --delete $database ``` - [Extended example](recfiles/extended.md) -- [Playing with board games data](recfiles/Board_Games.md) -- [Playing with IP addresses](recfiles/IP_ASN.md) +- [Playing with board games data](recfiles/board_games.md) +- [Playing with IP addresses](recfiles/ip_asn.md) - [Manage LaTeX Bibliographies](recfiles/bibliography.md) - [Fixes](recfiles/recfixes.md) diff --git a/data/soft-serve/soft_https.md b/data/soft-serve/soft_https.md index ec6a45f..97b6c4f 100644 --- a/data/soft-serve/soft_https.md +++ b/data/soft-serve/soft_https.md @@ -36,7 +36,7 @@ git clone http://localhost:23232/${some_repo}.git ### `https` Setup -Put this file at `/etc/nginx/sites-enabled/$DOMAIN.tld`, then set up standard certificates with [nginx](../networking/website/nginx.md). +Put this file at `/etc/nginx/sites-enabled/$DOMAIN.tld`, then set up standard certificates with [nginx](../../networking/website/nginx.md). (replace `${DOMAIN_NAME}` with your domain's name). diff --git a/system/makefiles.md b/system/makefiles.md index 3b638a8..77fc8ff 100644 --- a/system/makefiles.md +++ b/system/makefiles.md @@ -178,6 +178,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](makefiles/patterns.md) +- [Makefile graphs](makefiles/graph-easy.md) +- [In-build help](makefiles/help.md) diff --git a/system/makefiles/patterns.md b/system/makefiles/patterns.md index cd541e6..43f3da3 100644 --- a/system/makefiles/patterns.md +++ b/system/makefiles/patterns.md @@ -3,7 +3,7 @@ title: "Makefile Patterns" tags: [ "system", "make" ] --- -Using the [basic example](../Makefile.md), you can make a complete backup of all backup files. +Using the [basic example](../makefiles.md), you can make a complete backup of all backup files. This file will depend upon everything inside the `$(storage_directory)`. Unlike `bash`, you can't just say `storage_directory/*`: the pattern must be stated as a 'wildcard'. diff --git a/writing/vim.md b/writing/vim.md index cabfd63..0d96156 100644 --- a/writing/vim.md +++ b/writing/vim.md @@ -20,6 +20,5 @@ Keybind to exit this mode is `Ctrl+q` - [Learning Vim](vim/vi.md) - [Navigation](vim/navigate.md) - [Completion](vim/completion.md) -- [Search](vim/search.md) - [Window Splits](vim/windows.md) - [Use vim bindings in bash](vim/vim_in_bash.md)