From a936cb343bd8c793e36923fe15e8d14c98731418 Mon Sep 17 00:00:00 2001 From: Christian Ditaputratama Date: Fri, 15 Nov 2024 20:14:02 +0700 Subject: [PATCH] fix(docs): Deadlink GeoIP documentation Also, this project not using SvelteKit anymore. So, remove the old SvelteKit information from the README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24f4832..38db15c 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ The **clients** is used to fetch node information given by the server. First, it will ask the server which node to fetch. Then, it will fetch the information and report back to the server. -The **server** serves an embedded Svelte static site for the Web UI. It also -serves the `/api` endpoint that is used by the clients and the Web UI itself. +The **server** serves the Web UI and the `/api` endpoint that is used by the +clients. ## Requirements @@ -121,7 +121,7 @@ Thank you! This project is licensed under [BSD-3-Clause](./LICENSE) license. [templ-repo]: https://github.com/a-h/templ "a-h/templ GitHub repository" -[geoip-doc]: https://dev.maxmind.com/geoip/geoip2/geolite2/ "GeoIP documentation" +[geoip-doc]: https://dev.maxmind.com/geoip/geolite2-free-geolocation-data/ "GeoLite2 Free documentation" [server-systemd-service]: ./deployment/init/xmr-nodes-server.service "systemd service example for server" [prober-systemd-service]: ./deployment/init/xmr-nodes-prober.service "systemd service example for prober" [prober-systemd-timer]: ./deployment/init/xmr-nodes-prober.timer "systemd timer example for prober"