From 388df55fdecc41b277234256852b074c1bc0a3da Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Fri, 28 Jun 2019 19:49:23 +0200 Subject: [PATCH] :book: Fix README links [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed7ab0a3..480fb803 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Gwion is a programming language, aimed at making music templating, first-class functions and more. It aims to be simple, small, - [fast](https://fennecdjay.github.io/Benchmarks), + [fast](https://fennecdjay.github.io/Gwion/#Benchmarks/), [extendable](https://github.com/fennecdjay/Gwion-plug) and embeddable. ### simple example code (hello_world.gw): @@ -26,7 +26,7 @@ to run this, do ```sh ./gwion hello_world.gw ``` -You want to know more? :smile: Look [here](https://fennecdjay.github.io/gwion/) +You want to know more? :smile: Look [here](https://fennecdjay.github.io/Gwion/) Both outdated and WIP :construction_worker: but a nice place to learn and [contribute](https://github.com/fennecdjay/gwion/issues) ## Build -- 2.43.0