From 46c4a1ac97cb0497ee48c5c30880f61db553ef92 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Tue, 26 Nov 2024 14:47:10 +0100 Subject: [PATCH] Fix links in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f865115..1616a43 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # curly — Working solution to the Krul puzzle -This tool will run a small compiler which implements the language from the (Krul -puzzle)[https://bobpolis.com/krul/]. The sources also contain an older +This tool will run a small compiler which implements the language from the [Krul +puzzle](https://bobpolis.com/krul/). The sources also contain an older implementation, to be found in the interpreter files. This could also be used as a drop-in replacement for the compiler, by changing the appropriate line in `main.cpp`. @@ -14,9 +14,9 @@ Build using: but first install the dependencies: -- (libsclogging)[https://git.bobpolis.com/bob/libsclogging] -- (libscterm)[https://git.bobpolis.com/bob/libscterm] -- (libscrequest)[https://git.bobpolis.com/bob/libscrequest] +- [libsclogging](https://git.bobpolis.com/bob/libsclogging) +- [libscterm](https://git.bobpolis.com/bob/libscterm) +- [libscrequest](https://git.bobpolis.com/bob/libscrequest) - libcurl ## Install