diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-25 13:50:40 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-25 13:50:40 +0000 |
| commit | 42bea6ea126057e7b7db4256e34dd060d34b449c (patch) | |
| tree | d3384c49cf3df452b0f67d24ea92b69d43110767 /docs | |
| parent | docs/internals/extensions rename (diff) | |
| download | alive-42bea6ea126057e7b7db4256e34dd060d34b449c.tar.gz alive-42bea6ea126057e7b7db4256e34dd060d34b449c.zip | |
docs: automatic release linking
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide.md | 6 | ||||
| -rw-r--r-- | docs/index.md | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/docs/guide.md b/docs/guide.md index 8ca023c..4f3b75b 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -59,7 +59,7 @@ be a note marking the parts of the guide where specific dependencies are required. After installing the dependencies, you can download the `alive` source code -from the [releases page][release], or clone the [git repository][git]: +from the [releases page][:*release*:], or clone the [git repository][:*web*:]: $ git clone https://github.com/s-ol/alivecoding.git @@ -77,7 +77,7 @@ You can stop it by pressing `^C` (control-C). ### windows For Windows, a binary package is available from the latest -[github release][release]. It includes not only the `alive` source code, but +[github release][:*release*:]. It includes not only the `alive` source code, but also a compiled version of Lua 5.3 as well as Luarocks and all of `alive`'s dependencies. @@ -542,10 +542,8 @@ them. [pilot]: https://github.com/hundredrabbits/Pilot [homebrew]: https://brew.sh [luarocks]: https://github.com/luarocks/luarocks/#installing -[git]: https://github.com/s-ol/alivecoding [reference]: reference/ [clojure-style]: https://github.com/bbatsov/clojure-style-guide [pd]: http://puredata.info/ [max]: https://cycling74.com/products/max [vvvv]: https://vvvv.org/ -[release]: https://github.com/s-ol/alivecoding/releases diff --git a/docs/index.md b/docs/index.md index 167642d..df7b877 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,7 +16,7 @@ system seamlessly, without resetting any part of your program (unless you want it to). `alive` will is free and open source software. The code is currently being -hosted [on github][repo], although no license has been [chosen yet][license]. +hosted [on github][:*web*:], although no license has been [chosen yet][license]. If you want to learn more or try out `alivecoding` yourself, the [getting started][guide] page is a good place to start. On the other hand, if @@ -26,5 +26,4 @@ you can find more in-depth information on these topics in the [rationale]: https://s-ol.nu/alivecoding [guide]: guide.html -[repo]: https://github.com/s-ol/alivecoding/ [license]: https://github.com/s-ol/alivecoding/issues/11 |
