From 574c8acb62da9a11fb7a624192755249c87d61dd Mon Sep 17 00:00:00 2001 From: Gauthier Provost Date: Tue, 21 Apr 2020 12:12:14 +0800 Subject: [PATCH] Update github address --- README.md | 2 +- docs/helios4/i2c.md | 4 ++-- docs/helios4/uboot.md | 4 ++-- mkdocs.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d5dd580..7419d33 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ $ python3 setup.py install 5. Download and serve wiki ```bash -$ git clone https://github.com/helios-4/wiki.git +$ git clone https://github.com/kobol-io/wiki.git $ cd wiki diff --git a/docs/helios4/i2c.md b/docs/helios4/i2c.md index 0a2b6da..e4f2646 100644 --- a/docs/helios4/i2c.md +++ b/docs/helios4/i2c.md @@ -60,7 +60,7 @@ Here we can see there is a device detected at the address 0x3c. We can conclude ### Installation ``` -git clone https://github.com/helios-4/sys-oled.git +git clone https://github.com/kobol-io/sys-oled.git cd sys-oled sudo ./install.sh ``` @@ -124,4 +124,4 @@ systemctl start sys-oled.service ### Note -This sys-oled app was developed and tested only with the OLED model SH1106 which has a matrix panel of 132 x 64. If you use a different model that has a smaller resolution, you might need to tweak the coordinate values in [sys-oled file](https://github.com/helios-4/sys-oled/blob/master/bin/sys-oled#L105-L117). +This sys-oled app was developed and tested only with the OLED model SH1106 which has a matrix panel of 132 x 64. If you use a different model that has a smaller resolution, you might need to tweak the coordinate values in [sys-oled file](https://github.com/kobol-io/sys-oled/blob/master/bin/sys-oled#L105-L117). diff --git a/docs/helios4/uboot.md b/docs/helios4/uboot.md index 5e916bd..962db71 100644 --- a/docs/helios4/uboot.md +++ b/docs/helios4/uboot.md @@ -64,7 +64,7 @@ export CROSS_COMPILE=~/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/bin/a ### Compile U-Boot ```bash -git clone https://github.com/helios-4/u-boot.git -b helios4 +git clone https://github.com/kobol-io/u-boot.git -b helios4 cd u-boot @@ -150,7 +150,7 @@ Other option, use Linaro cross compiler 4.9.4 arm-gnueabi toolchain. Download [h ### Compile U-Boot ```bash -git clone https://github.com/helios-4/u-boot-marvell.git +git clone https://github.com/kobol-io/u-boot-marvell.git cd u-boot-marvell diff --git a/mkdocs.yml b/mkdocs.yml index 626c2cb..d511b3f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,7 +6,7 @@ site_url: 'https://wiki.kobol.io' # Repository repo_name: 'Kobol GitHub Repo' -repo_url: 'https://github.com/helios-4' +repo_url: 'https://github.com/kobol-io' edit_uri: '' # Copyright @@ -39,7 +39,7 @@ extra: - icon: 'fontawesome/solid/home' link: 'https://kobol.io' - icon: 'fontawesome/brands/github' - link: 'https://github.com/helios-4' + link: 'https://github.com/kobol-io' - icon: 'fontawesome/brands/facebook' link: 'https://facebook.com/kobol.io' - icon: 'fontawesome/brands/twitter'