From 9efdbaaf0863b62456aadea8f4b4b0ad1bc943a0 Mon Sep 17 00:00:00 2001 From: Jesper Balman Gravgaard Date: Mon, 9 Nov 2020 07:21:33 +0000 Subject: [PATCH] Update README.md. Gitlab keeps changing the releases URL. Closes #568 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ab12c154..4bcf2a872 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ KickC is a C-compiler for creating optimized and readable 6502 assembler code. The KickC language is classic C with some limitations, some modifications and some extensions to ensure an optimal fit for creating 6502 assembler code. -* [Download](https://gitlab.com/camelot/kickc/releases) the newest Release +* [Download](https://gitlab.com/camelot/kickc/-/releases) the newest Release * [Read](https://docs.google.com/document/d/1JE-Lt5apM-g4tZN3LS4TDbPKYgXuBz294enS9Oc4HXM/edit?usp=sharing) the Reference Manual