From efce8921ad4cb6e29f313d995931a219bb1c715f Mon Sep 17 00:00:00 2001 From: Pouria <1260971-srpouria@users.noreply.gitlab.com> Date: Thu, 5 Sep 2019 19:29:45 +0430 Subject: [PATCH] Changed the links of documentation from github to gitlab --- Makefile | 2 +- README.md | 2 +- docs/getting_started/index.adoc | 2 +- docs/index.adoc | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 7b545b4..58d152d 100644 --- a/Makefile +++ b/Makefile @@ -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..." diff --git a/README.md b/README.md index 1526beb..0ef121c 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/getting_started/index.adoc b/docs/getting_started/index.adoc index 8ff7a45..999d9c4 100644 --- a/docs/getting_started/index.adoc +++ b/docs/getting_started/index.adoc @@ -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. diff --git a/docs/index.adoc b/docs/index.adoc index e7bb35c..5686f08 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -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"] ++++
- + Github