Lagrange [release]
Updated README: Repository URL changed
[1mdiff --git a/README.md b/README.md[m
[1mindex 193e9da9..3d5ec5ac 100644[m
[1m--- a/README.md[m
[1m+++ b/README.md[m
[36m@@ -15,7 +15,7 @@[m [mLike Gemini, Lagrange has been designed with minimalism in mind. It depends on a[m
* Multiple tabs[m
* Identity management — create and use TLS client certificates[m
* Audio playback: MP3, Ogg Vorbis, WAV[m
[31m-* And more! Open `about:help` in the app, or see [help.gmi](https://git.skyjake.fi/skyjake/lagrange/raw/branch/release/res/about/help.gmi)[m
[32m+[m[32m* And more! Open `about:help` in the app, or see [help.gmi](https://git.skyjake.fi/gemini/lagrange/raw/branch/release/res/about/help.gmi)[m
[m
## Downloads[m
[m
[36m@@ -38,7 +38,7 @@[m [msudo zypper install lagrange[m
[m
This is how to build Lagrange in a POSIX-compatible environment. The required tools are a C11 compiler (e.g., Clang or GCC), CMake and `pkg-config`.[m
[m
[31m-1. Download and extract a source tarball from [Releases][rel]. Please note that the GitHub/Gitea-generated tarballs do not contain the ["the_Foundation" submodule](https://git.skyjake.fi/skyjake/the_Foundation); check which tarball you are getting. Alternatively, you may also clone the repository and its submodules: `git clone --recursive --branch release https://git.skyjake.fi/skyjake/lagrange`[m
[32m+[m[32m1. Download and extract a source tarball from [Releases][rel]. Please note that the GitHub/Gitea-generated tarballs do not contain the ["the_Foundation" submodule](https://git.skyjake.fi/skyjake/the_Foundation); check which tarball you are getting. Alternatively, you may also clone the repository and its submodules: `git clone --recursive --branch release https://git.skyjake.fi/gemini/lagrange`[m
2. Check that you have the required dependencies installed: CMake, SDL 2, OpenSSL 1.1.1, libpcre, zlib, libunistring. For example, on macOS this would do the trick (using Homebrew): ```brew install cmake sdl2 openssl@1.1 pcre libunistring``` Or on Ubuntu: ```sudo apt install cmake libsdl2-dev libssl-dev libpcre3-dev zlib1g-dev libunistring-dev```[m
3. Optionally, install the mpg123 decoder library for MPEG audio support. For example, the macOS Homebrew package is `mpg123` and on Ubuntu it is `libmpg123-dev`.[m
4. Create a build directory.[m
[36m@@ -73,7 +73,7 @@[m [mWhen using OpenSSL 1.1.1 from Homebrew, you must add its pkgconfig path to your[m
[m
export PKG_CONFIG_PATH=/opt/homebrew/Cellar/openssl@1.1/1.1.1i/lib/pkgconfig[m
[m
[31m-Also, SDL's trackpad scrolling behavior on macOS is not optimal for regular GUI apps because it emulates a physical mouse wheel. This may change in a future release of SDL, but at least in 2.0.14 (and earlier) a [small patch](https://git.skyjake.fi/skyjake/lagrange/raw/branch/dev/sdl2-macos-mouse-scrolling.diff) is required to allow momentum scrolling to come through as single-pixel mouse wheel events. Note that SDL comes with an Xcode project; use the "Shared Library" target and check that you are doing a Release build.[m
[32m+[m[32mAlso, SDL's trackpad scrolling behavior on macOS is not optimal for regular GUI apps because it emulates a physical mouse wheel. This may change in a future release of SDL, but at least in 2.0.14 (and earlier) a [small patch](https://git.skyjake.fi/gemini/lagrange/raw/branch/dev/sdl2-macos-mouse-scrolling.diff) is required to allow momentum scrolling to come through as single-pixel mouse wheel events. Note that SDL comes with an Xcode project; use the "Shared Library" target and check that you are doing a Release build.[m
[m
### Compiling on Windows[m
[m
[36m@@ -113,7 +113,7 @@[m [mThe following build options are recommended on Raspberry Pi 2/3:[m
* `ENABLE_WINDOWPOS_FIX=YES`: workaround for window position restore issues (SDL bug)[m
* `ENABLE_X11_SWRENDER=YES`: use software rendering under X11[m
[m
[31m-[rel]: https://git.skyjake.fi/skyjake/lagrange/releases[m
[32m+[m[32m[rel]: https://git.skyjake.fi/gemini/lagrange/releases[m
[tf]: https://git.skyjake.fi/skyjake/the_Foundation[m
[m
## User files[m