From: Amber Date: Thu, 17 Sep 2020 18:35:09 +0000 (+0000) Subject: :doc: move declaration, fix benchmark link [skip benchmark] X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=3c1d33b0e597c5825ac279da8f1cae081f6bb81c;p=gwion.git :doc: move declaration, fix benchmark link [skip benchmark] --- diff --git a/docs/Overview/list b/docs/Overview/list index 94ca14df..cf913c70 100644 --- a/docs/Overview/list +++ b/docs/Overview/list @@ -1,7 +1,7 @@ README.md BUILDING.md -declaration.md First_Steps +declaration.md globalvalues.md Keywords.md Make.md diff --git a/docs/README.mdr b/docs/README.mdr index 20eb5a43..bae71e5d 100644 --- a/docs/README.mdr +++ b/docs/README.mdr @@ -5,7 +5,7 @@ It is strongly influenced by [chuck](http://chuck.stanford.edu/), but adds a bunch of high-level features: templating, first-class functions and more. -It aims to be simple, small, [fast](https://fennecdjay.github.io/Gwion/#Benchmarks/), [extendable](https://github.com/fennecdjay/Gwion-plug) and [embeddable](https://github.com/fennecdjay/Gwion/blob/master/src/main.c#L18-L31). +It aims to be simple, small, [fast](https://fennecdjay.github.io/Gwion/Benchmarks.html), [extendable](https://github.com/fennecdjay/Gwion-plug) and [embeddable](https://github.com/fennecdjay/Gwion/blob/master/src/main.c#L18-L31). gwion was originally designed and created by [Jérémie Astor](https://github.com/fennecdjay). He is a musician, who made it to assist in his shows/compositions.