From fc15afadf86b313b06f18d745b10cd2d52e8b172 Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Sat, 30 Jan 2021 22:30:52 +0100 Subject: [PATCH] Fix cross linking between documents --- README.md | 2 +- sections/programming.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0cdb48..2c6cc21 100644 --- a/README.md +++ b/README.md @@ -6695,7 +6695,7 @@ type `curl ident.me` to know your public ip * [devhints](https://devhints.io/vimscript) - Vim scripting cheatsheet ## Shell Aliases -See also [Dotfiles / Aliases](#dotfiles--aliases) +See also [Dotfiles / Aliases](sections/programming.md#dotfiles--aliases) * [robbyrussell/oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/common-aliases/common-aliases.plugin.zsh) - common aliases from oh-my-zsh * [Vivek Gite](https://www.cyberciti.biz/tips/bash-aliases-mac-centos-linux-unix.html) - 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X * [Sandra Henry-Stocker](http://www.computerworld.com/article/3121790/linux/making-troubleshooting-with-lsof-easier.html) - Unix tips: Making troubleshooting with lsof easier. See also [Unix commands: Troubleshooting with lsof](http://www.computerworld.com/article/3119775/linux/troubleshooting-with-lsof.html) diff --git a/sections/programming.md b/sections/programming.md index 58d19ff..6d6b278 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -1093,7 +1093,7 @@ psql -f db.out postgres * [github/gitignore](https://github.com/github/gitignore) - A collection of useful .gitignore templates ### Dotfiles / Aliases -See also [Shell aliases](#shell-aliases) +See also [Shell aliases](README.md#shell-aliases) * [Rob Miller](https://gist.github.com/robmiller/6018582) - shared .gitconfig with some useful Git aliases * [Richard Bateman](https://gist.github.com/taxilian/1338308) - shared .gitconfig with some useful Git aliases * [Harry Roberts/dotfiles](https://github.com/csswizardry/dotfiles/blob/master/.gitconfig) - shared .gitconfig with some useful Git aliases @@ -1322,7 +1322,7 @@ See also [Shell aliases](#shell-aliases) * [Will Verduzco](https://www.xda-developers.com/decompile-edit-and-recompile-in-one-tool-with-apk-studio/) - Decompile, Edit, and Recompile in One Tool with APK Studio ## Productivity :computer: -See also [Dotfiles / Aliases](#dotfiles--aliases) and [Shell aliases](#shell-aliases) +See also [Dotfiles / Aliases](#dotfiles--aliases) and [Shell aliases](README.md#shell-aliases) > News * [Itamar Turner-Trauring](https://codewithoutrules.com/productivity/) - Become more productive ; articles about being more productive as programmer without necessarily working longer hours