From 46f060ecc86b8b52c716b209a32db53c79d118f8 Mon Sep 17 00:00:00 2001 From: Karol Stasiak Date: Mon, 15 Jul 2019 14:41:19 +0200 Subject: [PATCH] Docs: Make links always clickable --- README.md | 2 +- docs/index.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13c9a9c9..3c528d25 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A middle-level programming language targeting 6502-based, 8080-based and Z80-based microcomputers. -For binary releases, see: https://github.com/KarolS/millfork/releases +For binary releases, see: [https://github.com/KarolS/millfork/releases](https://github.com/KarolS/millfork/releases) (latest: 0.3.4). For build instructions, see [Build instructions](./COMPILING.md). diff --git a/docs/index.md b/docs/index.md index 8930c14c..c0734560 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,7 +24,8 @@ Millfork focuses on performance, compactness, simplicity and readability. #### Contact -Send issues, questions, feature requests and patches to https://github.com/KarolS/millfork/issues/ +Send issues, questions, feature requests and patches to +[https://github.com/KarolS/millfork/issues/](https://github.com/KarolS/millfork/issues/). #### License