aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-25 04:37:49 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-25 04:37:49 +0100
commit32740cbd8c4bbb0b06a7b2f53b2feaaeff75bc06 (patch)
tree81f471aaa5d0c8fb51e76b1b13e447518b044da2
parent6082be0b18038225829674aed07752c391991ef6 (diff)
Git URL in demo command now moved to git.maneage.org
I just setup this repository to host the project on our own servers, so its better to use it instead of GitLab.
-rwxr-xr-xindex.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index c87622b..e174e46 100755
--- a/index.html
+++ b/index.html
@@ -51,8 +51,8 @@
Maneage is a recipient of the <a href="https://www.rd-alliance.org/node/64603">RDA Europe Adoption grant</a>.
</p>
- <p> To start a new project, simply run these commands, the main Git branch is currently <a href="https://gitlab.com/maneage/project">hosted on Gitlab</a>: </p>
- <code style="display: block; white-space: pre-wrap;">git clone https://gitlab.com/maneage/project.git # Clone Maneage, default branch `maneage'.
+ <p> To start a new project, simply run these commands: </p>
+ <code style="display: block; white-space: pre-wrap;">git clone https://git.maneage.org/project.git # Clone Maneage, default branch `maneage'.
mv project my-project && cd my-project # Set custom name and enter directory.
git remote rename origin origin-maneage # Rename remote server to use `origin' later.
git checkout -b master # Make new `master' branch, start customizing.</code>