]> rtime.felk.cvut.cz Git - hercules2020/hercules-compiler.git/commitdiff
README: Make links hyperlinks
authorMichal Sojka <michal.sojka@cvut.cz>
Thu, 6 Sep 2018 15:02:25 +0000 (17:02 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Thu, 6 Sep 2018 18:09:39 +0000 (20:09 +0200)
README.md

index 363bd095d3d643a45839fce10bcfbd6ac9dcfe7c..9465815ed663f0e3bc3405ccd3a3a510d6b8fd4c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -38,7 +38,8 @@ advantage is that the build happens in a clean environment, ensuring
 that only distribution-provided packages are used for building.
 
 Setup the sbuild chroot as documented at
-https://wiki.debian.org/sbuild and then build the package with:
+[Debian Wiki](https://wiki.debian.org/sbuild) and then build the
+package with:
 
     make create-orig-tgz
     sbuild
@@ -83,7 +84,7 @@ Furthermore, Xenial has too old packages to cross build LLVM. For that
 reason, we backport the following packages: `cmake_3.7.2-1` from
 Debian Stretch and `ninja-build_1.8.2-1` from Debian unstable. Just
 download the corresponding source packages (from e.g.
-https://packages.debian.org/source/stretch/cmake) and run
+<https://packages.debian.org/source/stretch/cmake>) and run
 
     sbuild -d xenial cmake_3.7.2-1.dsc
        sbuild -d xenial ninja-build_1.8.2-1.dsc