aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2021-04-09 11:44:14 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2021-04-09 11:44:14 +0100
commita3efaff567658d1dfbf6d6b7a7e853536af3c929 (patch)
treee5f37628008404c16f60969f6cb9c84213457a6d /README.md
parentf6904b019ec8b96cd97a4f936ba1dd80a3a31fa4 (diff)
Changed all gitlab.com URLs to git.maneage.org
Until now, we were primarily linking people to the Gitlab fork of this paper. However, since this paper is part of Maneage, its main repository is on Maneage's own server at http://git.maneage.org/paper-concept.git With this commit therefore, all the gitlab.com URLs have been corrected to owr own Git server. While looking into Git-related points, I also noticed that in the demo code listing showing how to clone Maneage and start a new project, we were using Git's old/depreciated 'master' name. Git (and almost all common repositories) now use 'main' as the default branch name, so this has also been corrected here.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b8248c9..e8d5906 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ configure time, no root permissions are required and no other part of your
filesystem is affected.
```shell
-$ git clone https://gitlab.com/makhlaghi/maneage-paper
+$ git clone http://git.maneage.org/paper-concept.git
$ cd maneage-paper
$ ./project configure
$ ./project make