From 24f508d16c85cadff6363c8f930fa4bf2dc7dddc Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Wed, 15 Aug 2018 11:37:45 +0300 Subject: [PATCH] H2: Fix links --- exercises/h2.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/exercises/h2.md b/exercises/h2.md index 6e24cd6..f459272 100644 --- a/exercises/h2.md +++ b/exercises/h2.md @@ -310,7 +310,15 @@ sudo apt-get install lynx libimage-exiftool-perl fakeroot **Example runtime screenshots of each program:** -1. [Lynx (https://www.hs.fi - front page)](https://raw.githubusercontent.com/Fincer-altego/basics-of-a-linux-server-school-course-/master/h2-lynx.png) -2. [Exiftool (examined CR2 file metadata)](https://raw.githubusercontent.com/Fincer-altego/basics-of-a-linux-server-school-course-/master/h2-exiftool.png) -3. [fakeroot (asked who am i, accessed fakeroot environment, created a new file in fakeroot environment and asked who am i again. It is claimed that the current user is root although this is not true, as can be seen when exiting the fakeroot environment)](https://raw.githubusercontent.com/Fincer-altego/basics-of-a-linux-server-school-course-/master/h2-fakeroot.png) +1. [!lynx_img](https://github.com/Fincer/linux_server_setup/blob/master/images/h2-lynx.png) + + - Lynx (https://www.hs.fi - front page) + +2. [!exiftool_img](https://github.com/Fincer/linux_server_setup/blob/master/images/h2-exiftool.png) + + - Exiftool (examined CR2 file metadata) + +3. [!fakeroot_img](https://github.com/Fincer/linux_server_setup/blob/master/images/h2-fakeroot.png) + + - fakeroot (asked who am i, accessed fakeroot environment, created a new file in fakeroot environment and asked who am i again. It is claimed that the current user is root although this is not true, as can be seen when exiting the fakeroot environment)