]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
README.md: Remove non existant man page links.
authorRoy Marples <roy@marples.name>
Mon, 18 Oct 2021 14:25:35 +0000 (15:25 +0100)
committerRoy Marples <roy@marples.name>
Mon, 18 Oct 2021 14:25:35 +0000 (15:25 +0100)
They have not been online for sometime and are unlikely to return.
While here, correct the commit log location.

Fixes #39

README.md

index 3b40b342b61fcbb2cc829f0e4030b5f856310d12..751ea3d440b260fd1046bb443f9c15fe8e6a30ea 100644 (file)
--- 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/).