diff options
author | Austin Adams <git@austinjadams.com> | 2016-07-30 11:45:20 -0400 |
---|---|---|
committer | Austin Adams <git@austinjadams.com> | 2016-07-30 11:45:20 -0400 |
commit | 947f98c3482925da230646c6b45134fda8c598fc (patch) | |
tree | 6ae3b0a6bf81d643fc84692ceae0743684487f54 | |
parent | f8944320066dd22c7b71e8a9436e736d3a78e029 (diff) | |
download | nsdo-947f98c3482925da230646c6b45134fda8c598fc.tar.gz nsdo-947f98c3482925da230646c6b45134fda8c598fc.tar.xz |
README: Add changes to readme.head from 8326e8d3
In 8326e8d3, I mistakenly modified README.md directly instead of
generating it by changing readme.head and running the Makefile. So copy
over my changes to readme.head.
-rw-r--r-- | readme.head | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.head b/readme.head index a2bac30..95a28a5 100644 --- a/readme.head +++ b/readme.head @@ -37,7 +37,7 @@ I wrote this program because I run some applications under a VPN (e.g., clients for peer-to-peer protocols) and leave others untouched (like a game client). -For more details, see [openvpn-example.md][5]. +For more details, see `openvpn-example.md` ([cgit][5], [github][6]). license ------- @@ -47,7 +47,8 @@ license [2]: https://en.wikipedia.org/wiki/Setuid [3]: https://github.com/ausbin/nsdo/blob/master/LICENSE [4]: https://aur.archlinux.org/packages/nsdo-git/ -[5]: https://github.com/ausbin/nsdo/blob/master/openvpn-example.md +[5]: https://code.austinjadams.com/nsdo/plain/openvpn-example.md +[6]: https://github.com/ausbin/nsdo/blob/master/openvpn-example.md manpage ------- |