From b4ac392961b101b4cbb9ef32fbafc988772305c5 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Sat, 14 Jan 2017 20:09:15 +0300 Subject: [PATCH] Small updates to the README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2da8687599..9e1e895aef 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Armbian Ubuntu and Debian images for ARM based single-board computers -http://www.armbian.com +https://www.armbian.com ## How to build my own image or kernel? @@ -34,13 +34,13 @@ Edit `compile.sh` and set or pass this option as a command line parameter like - ./compile.sh KERNEL_CONFIGURE=yes + ./compile.sh KERNEL_CONFIGURE=yes to display the kernel configuration menu during the compilation process More info: -- [Documentation](http://www.armbian.com/using-armbian-tools/) -- [Prebuilt images](http://www.armbian.com/download/) -- [Support forums](http://forum.armbian.com/ "Armbian support forum") +- [Documentation](https://docs.armbian.com/Developer-Guide_Build-Preparation/) +- [Prebuilt images](https://www.armbian.com/download/) +- [Support forums](https://forum.armbian.com/ "Armbian support forum") - [Project at Github](https://github.com/igorpecovnik/lib)