From 28cba0602c4180fa0136b5493967a8ceee1626d7 Mon Sep 17 00:00:00 2001 From: qxxxb <46016483+qxxxb@users.noreply.github.com> Date: Wed, 22 Dec 2021 07:38:21 -0500 Subject: [PATCH] Fix markdown links in README.md (#377) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 031d3d3f0..f24c899f3 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ For working examples ### Windows -On Windows, ImHex is built through msys2 / mingw. To install all dependencies, open a mys2 window and run the PKGCONFIG script in the (dist/msys2)[dist/msys2] folder. +On Windows, ImHex is built through msys2 / mingw. To install all dependencies, open a mys2 window and run the PKGCONFIG script in the [dist/msys2](dist/msys2) folder. After all the dependencies are installed, run the following commands to build ImHex: ```sh @@ -182,7 +182,7 @@ Resources: ~/Library/Application Support/imhex/resources ### Linux -Dependency installation scripts are available for many common Linux distributions in the (/dist)[dist] folder. +Dependency installation scripts are available for many common Linux distributions in the [/dist](dist) folder. After all the dependencies are installed, run the following commands to build ImHex: ```sh