Let's standardize on in-line links.

It may be a bit messy, but I also don't particularly enjoy the context switching that comes from scrolling back & forth in order to see if the links are still valid, or what is being linked to exactly, after a long break from the project.
This commit is contained in:
Kevin van Zonneveld 2016-03-03 11:37:41 +01:00
parent 9be08bb692
commit 0b79205fb1

View File

@ -32,7 +32,7 @@ me) programs.
## Goals
Delete-key-friendly. I propose using [`main.sh`] as a base and removing the
Delete-key-friendly. I propose using [`main.sh`](./main.sh) as a base and removing the
parts you don't need, rather than introducing a ton of packages, includes, compilers, etc.
Aiming for portability, I'm targeting Bash 3 (OSX still ships
@ -162,5 +162,3 @@ Please see the [FAQ.md](./FAQ.md) file.
Copyright (c) 2013 Kevin van Zonneveld, [http://kvz.io](http://kvz.io)
Licensed under MIT: [http://kvz.io/licenses/LICENSE-MIT](http://kvz.io/licenses/LICENSE-MIT)
[main.sh]: ./main.sh