diff --git a/README.md b/README.md index 5d7174c..8da73dd 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ A template to build an Android client for your LibreSpeed installation is availa Please see the `docker` branch ## Go backend -A Go implementation is available in the `go` branch, maintained by [Maddie Zhan](https://github.com/maddie). +A Go implementation is available in the [`speedtest-go`](https://github.com/librespeed/speedtest-go) repo, maintained by [Maddie Zhan](https://github.com/maddie). ## Node.js backend A partial Node.js implementation is available in the `node` branch, developed by [dunklesToast](https://github.com/dunklesToast). It's not recommended to use at the moment. diff --git a/speedtest.js b/speedtest.js index 6a85a8d..09343a5 100644 --- a/speedtest.js +++ b/speedtest.js @@ -49,7 +49,7 @@ function Speedtest() { this._settings = {}; //settings for the speedtest worker this._state = 0; //0=adding settings, 1=adding servers, 2=server selection done, 3=test running, 4=done console.log( - "LibreSpeed by Federico Dossena v5.2.1 - https://github.com/librespeed/speedtest" + "LibreSpeed by Federico Dossena v5.2.2 - https://github.com/librespeed/speedtest" ); }