From: Roy Marples Date: Mon, 18 Oct 2021 14:25:35 +0000 (+0100) Subject: README.md: Remove non existant man page links. X-Git-Tag: v10.0.0~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46879ef0c5f31dc35b52181e100c2c0b622bf4f6;p=thirdparty%2Fdhcpcd.git README.md: Remove non existant man page links. They have not been online for sometime and are unlikely to return. While here, correct the commit log location. Fixes #39 --- diff --git a/README.md b/README.md index 3b40b342..751ea3d4 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,7 @@ See [BUILDING.md](BUILDING.md) for how to build dhcpcd. ## Configuration -You should read the -[dhcpcd.conf man page](http://roy.marples.name/man/html5/dhcpcd.conf.html) +You should read the dhcpcd.conf man page and put your options into `/etc/dhcpcd.conf`. The default configuration file should work for most people just fine. Here it is, in case you lose it. @@ -74,7 +73,8 @@ require dhcp_server_identifier slaac private ``` -The [dhcpcd man page](/man/html8/dhcpcd.html) has a lot of the same options and more, which only apply to calling dhcpcd from the command line. +The dhcpcd man page has a lot of the same options and more, +which only apply to calling dhcpcd from the command line. ## Compatibility @@ -92,5 +92,5 @@ dhcpcd-9 defaults the run directory to `/var/run/dhcpcd` instead of ## ChangeLog We no longer supply a ChangeLog. However, you're more than welcome to read the -[commit log](http://roy.marples.name/git/dhcpcd.git/log/) and +[commit log](https://roy.marples.name/git/dhcpcd/log) and [archived release announcements](http://roy.marples.name/archives/dhcpcd-discuss/).