From 42a800e08cf03e35ca09c4599c30c8d4d7c84637 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 20 Aug 2023 17:57:59 +0200 Subject: [PATCH] README.md: fix link syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48053cd..372d31d 100644 --- a/README.md +++ b/README.md @@ -61,5 +61,5 @@ to cargo. A pure-Rust zlib implementation will be used, which is more portable, but slower than zlib-ng. If you are looking for the older C++ implementation of the MinedMap tile renderer, -see the (v1.19.1)[https://github.com/NeoRaider/MinedMap/tree/v1.19.1] tag. +see the [v1.19.1](https://github.com/NeoRaider/MinedMap/tree/v1.19.1) tag.