diff options
Diffstat (limited to 'docs/running.html')
| -rw-r--r-- | docs/running.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/running.html b/docs/running.html index fc91a006..02e43805 100644 --- a/docs/running.html +++ b/docs/running.html @@ -14,7 +14,7 @@ <ul> <li>Javascript, in this repository. Slow (compiles at ~5kB/s) but usable.</li> <li><a href="https://github.com/dzaima/CBQN">C</a>, targetting high performance. Some parts are fast, some are not.</li> -<li>BQN (<a href="https://github.com/mlochbaum/BQN/blob/master/vm.bqn">vm.bqn</a>), for testing the compiler easily.</li> +<li>BQN (<a href="https://github.com/mlochbaum/BQN/blob/master/bqn.bqn">bqn.bqn</a>), for testing the compiler easily.</li> <li><a href="https://github.com/cannadayr/ebqn">Erlang</a>, intended for embedding. Too slow to be practical; a <a href="https://github.com/cannadayr/ebqn-rs/">Rust version</a> is in progress to fix this.</li> </ul> <h4 id="javascript"><a class="header" href="#javascript">Javascript</a></h4> |
