summaryrefslogtreecommitdiff
path: root/download.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-29 10:09:46 +0300
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2021-05-08 15:06:47 +0000
commit15e24c49f788c1cfb408bf876cae199a432e0a70 (patch)
tree4b87358f97d9962fc3550698f62f217c2287e528 /download.mdwn
parent709baa0264cbdcfabe92233bb61c43a90dbb4967 (diff)
downloadsubplot.liw.fi-15e24c49f788c1cfb408bf876cae199a432e0a70.tar.gz
fix: update URLs to point at new subplot git repository location
Diffstat (limited to 'download.mdwn')
-rw-r--r--download.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/download.mdwn b/download.mdwn
index 96fd602..be9aff4 100644
--- a/download.mdwn
+++ b/download.mdwn
@@ -5,7 +5,7 @@
Subplot source code is distributed via the git version control system.
There are two repositories, which are intended to be identical:
-* GitLab: <https://gitlab.com/larswirzenius/subplot>
+* GitLab: <https://gitlab.com/subplot/subplot>
* git.liw.fi: <http://git.liw.fi/subplot/>
Use either according to preference.
@@ -17,7 +17,7 @@ toolchain and cargo installed. If you have that installed and
configured, you can build and install Subplot from source as follows:
~~~sh
-git clone https://gitlab.com/larswirzenius/subplot
+git clone https://gitlab.com/subplot/subplot
cd subplot
cargo build
cargo install --path=.
@@ -48,7 +48,7 @@ There is a Debian package built by CI from every commit. It works on
Debian 10 (buster) and later. We have a script to install it:
~~~sh
-curl -s https://gitlab.com/larswirzenius/subplot/-/raw/main/install-debian.sh | sudo bash
+curl -s https://gitlab.com/subplot/subplot/-/raw/main/install-debian.sh | sudo bash
~~~
If you'd rather not download a script from the Internet and run it as