From 7ba7be69f3e10e01d03725a8c62c730a97770d39 Mon Sep 17 00:00:00 2001 From: Bread <103989916+breadtf@users.noreply.github.com> Date: Sat, 27 Apr 2024 14:28:05 +0100 Subject: [PATCH] Make docs links clearer --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index f88350d..6271684 100644 --- a/README.MD +++ b/README.MD @@ -15,7 +15,7 @@ Or run `httpd -v -p 8080` for testing. ## Configuration The config file is located in `/etc/httpd.conf`. -A full list of all options can be found [here](https://github.com/breadtf/httpd/blob/main/server_root/config/all.conf) or [here](https://www.w3.org/Daemon/User/Config/Overview.html). +A full list of all options can be found [all.conf](https://github.com/breadtf/httpd/blob/main/server_root/config/all.conf) or [on the W3C HTTPD Website](https://www.w3.org/Daemon/User/Config/Overview.html). ## Building Building is as simple as running these two commands