Changed the links of documentation from github to gitlab

This commit is contained in:
Pouria 2019-09-05 19:29:45 +04:30
parent 63afbd12df
commit efce8921ad
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
update:
@git remote set-url origin git://github.com/FG42/FG42.git
@git remote set-url origin git://gitlab.com/FG42/FG42.git
@git pull origin master
install:
@echo "Downloading and installing fonts..."

View File

@ -21,7 +21,7 @@ In order to install **FG42**, issue the following commands:
```bash
# clonse the FG42 repository in ~/.fg42 directory
$ git clone git://github.com/FG42/FG42.git ~/.fg42/
$ git clone git://gitlab.com:FG42/FG42.git ~/.fg42/
# You can clone it where ever your want
$ cd ~/.fg42/
$ make install

View File

@ -14,7 +14,7 @@ In order to install **FG42**, issue the following commands:
[source,bash,linum]
----
# clonse the FG42 repository in ~/.fg42 directory
git clone git://github.com/FG42/FG42.git ~/.fg42/
git clone git://gitlab.com/FG42/FG42.git ~/.fg42/
# You can clone it where ever your want
cd ~/.fg42/
# You need to be sudoer, the install script will ask for your password.

View File

@ -20,10 +20,10 @@
:imagesdir: ./images/
ifdef::backend-html5[]
image::https://github.com/FG42/FG42/raw/master/share/icons/hicolor/128x128/apps/fg42.png[FG42,align="center"]
image::https://gitlab.com/FG42/FG42/raw/master/share/icons/hicolor/128x128/apps/fg42.png[FG42,align="center"]
++++
<div class="center-aligned download-btns">
<a href="//github.com/FG42/FG42" class="lxbtn btn-success">
<a href="//gitlab.com/FG42/FG42" class="lxbtn btn-success">
<i class="fa fa-github"></i>
Github
</a>