diff options
| -rw-r--r-- | docs/running.html | 2 | ||||
| -rw-r--r-- | running.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/running.html b/docs/running.html index 2870361c..07ee02c5 100644 --- a/docs/running.html +++ b/docs/running.html @@ -70,7 +70,7 @@ <li><a href="https://github.com/dzaima/CBQN">C</a>, targetting high performance. Usually fairly fast.</li> <li>Javascript, in this repository. Slow (compiles at ~5kB/s) but usable.</li> <li>BQN (<a href="https://github.com/mlochbaum/BQN/blob/master/bqn.bqn">bqn.bqn</a>), for testing without a build step.</li> -<li><a href="https://git.sr.ht/~andreypopp/BQN.jl">Julia</a> embedding, with common primitives implemented natively. Slow startup.</li> +<li><a href="https://github.com/andreypopp/BQN.jl">Julia</a> embedding, with common primitives implemented natively. Slow startup.</li> <li><a href="https://github.com/ashermancinelli/cxbqn">C++</a>, planning to enable GPU use. Still slow; some cool features.</li> <li><a href="https://github.com/cannadayr/rsbqn/">Rust</a>, motivated by web use (an <a href="https://github.com/cannadayr/ebqn">Erlang</a> version is abandoned as too slow).</li> </ul> @@ -28,7 +28,7 @@ Support in the following languages has been implemented (details in the subsecti - [C](https://github.com/dzaima/CBQN), targetting high performance. Usually fairly fast. - Javascript, in this repository. Slow (compiles at ~5kB/s) but usable. - BQN ([bqn.bqn](bqn.bqn)), for testing without a build step. -- [Julia](https://git.sr.ht/~andreypopp/BQN.jl) embedding, with common primitives implemented natively. Slow startup. +- [Julia](https://github.com/andreypopp/BQN.jl) embedding, with common primitives implemented natively. Slow startup. - [C++](https://github.com/ashermancinelli/cxbqn), planning to enable GPU use. Still slow; some cool features. - [Rust](https://github.com/cannadayr/rsbqn/), motivated by web use (an [Erlang](https://github.com/cannadayr/ebqn) version is abandoned as too slow). |
