From af5d69957dd8b58c23d4a20bccb47ed5c7986db9 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 8 Sep 2019 22:04:47 +0200 Subject: [PATCH] Update URLs in the README to reflect the move to minetest-mods --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a3b8dc..d062c9d 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ To install Gauges, clone this Git repository into your Minetest's `mods/` directory: ```bash -git clone https://github.com/Calinou/gauges.git +git clone https://github.com/minetest-mods/gauges.git ``` You can also -[download a ZIP archive](https://github.com/Calinou/gauges/archive/master.zip) +[download a ZIP archive](https://github.com/minetest-mods/gauges/archive/master.zip) of Gauges. If you do so, you will need to extract the archive then rename the resulting folder from `gauges-master` to `gauges` – this is **absolutely** required, as the mod won't work otherwise.