aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-12-09 15:07:26 +0000
committerJuan J. Martinez <jjm@usebox.net>2023-12-09 15:07:26 +0000
commit9ebeada35c00160b19161928be74e44093686985 (patch)
treeab1c579a960d7dfbfe5248275852c85c5e007440 /README.md
parent426c987995c8bc11e1815bef36606eda7a6c0e0a (diff)
downloadmicro-lang-hs-9ebeada35c00160b19161928be74e44093686985.tar.gz
micro-lang-hs-9ebeada35c00160b19161928be74e44093686985.zip
Changed URL
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 987a1d3..389544e 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Currently the compiler uses parsec (Monadic parser combinators) following this p
* Backend
- Generator: emit intermediate code for the target (e.g. ASM files); (maybe) Intermediate representation
-For updates, please check [Micro website](https://git.usebox.net/micro2-lang/about/).
+For updates, please check [Micro website](https://git.usebox.net/micro-lang-hs/about/).
## How to build it