From: fennecdjay Date: Fri, 28 Jun 2019 17:49:23 +0000 (+0200) Subject: :book: Fix README links [skip ci] X-Git-Tag: nightly~2383^2 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=388df55fdecc41b277234256852b074c1bc0a3da;p=gwion.git :book: Fix README links [skip ci] --- 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