浏览代码

Update docs/INSTALLATION.md

Yoginth 6 年之前
父节点
当前提交
aaff8bcb2b
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/INSTALLATION.md

+ 3 - 3
docs/INSTALLATION.md

@@ -47,7 +47,7 @@ ALTER ROLE
 ### Installation
 
 1.  Make sure all the prerequisites are installed.
-2.  Fork **Gitote** repository, ie. https://gitote.in/repo/fork/1
+2.  Fork **Gitote** repository, ie. https://gitlab.com/gitote/gitote/forks/new
 
 #### Create `Git` User
 
@@ -61,9 +61,9 @@ sudo adduser --disabled-login --gecos 'Gitote' git
 sudo su - git
 mkdir -p $GOPATH/src/gitote
 cd $GOPATH/src/gitote
-git clone https://gitote.in/gitote/gitote.git
+git clone https://gitlab.com/gitote/gitote.git
 or
-git clone root@gitote.in:gitote/gitote.git
+git clone git@gitote.com:gitote/gitote.git
 cd gitote
 wget https://gitlab.com/gitote/bindata/raw/master/go-bindata
 make bindata