From ad1c18be78d0fa0fc248846c8e40bc0245dca709 Mon Sep 17 00:00:00 2001 From: gpollet <101146331+gpollet@users.noreply.github.com> Date: Tue, 12 Apr 2022 12:26:04 +0200 Subject: [PATCH 1/3] Added a link to previous leap years exercise In the instructions for exercise "The next leap year", added an internal link to part 2-3 "Leap year" exercise to make it easier to be reminded of how to check if a year is leap or not. It should open in a new tab (if supported by the html processor), and be sufficiently meaningful to make it accessible. --- data/part-2/4-simple-loops.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/part-2/4-simple-loops.md b/data/part-2/4-simple-loops.md index d9103a41d..33638f891 100644 --- a/data/part-2/4-simple-loops.md +++ b/data/part-2/4-simple-loops.md @@ -414,6 +414,8 @@ Correct! It only took you one single attempt! Please write a program which asks the user for a year, and prints out the next leap year. + +*Click here if you forgot how to check if a year is leap or not??* From 0983ea4bbf8feba7f8e13fb5e2586058a672dac0 Mon Sep 17 00:00:00 2001 From: gpollet <101146331+gpollet@users.noreply.github.com> Date: Tue, 12 Apr 2022 12:37:36 +0200 Subject: [PATCH 2/3] Added a link to previous leap years exercise In the instructions for exercise "The next leap year", added an internal link to part 2-3 "Leap year" exercise to make it easier to be reminded of how to check if a year is leap or not. It should open in a new tab (if supported by the html processor), and be sufficiently meaningful to make it accessible. --- data/part-2/4-simple-loops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/part-2/4-simple-loops.md b/data/part-2/4-simple-loops.md index 33638f891..6f4860d0c 100644 --- a/data/part-2/4-simple-loops.md +++ b/data/part-2/4-simple-loops.md @@ -415,7 +415,7 @@ Correct! It only took you one single attempt! Please write a program which asks the user for a year, and prints out the next leap year. -*Click here if you forgot how to check if a year is leap or not??* +*Click here if you forgot how to check if a year is leap or not.?* From 09c0beaa1ec1d5d18673f4faf1aff1ef2b28b35a Mon Sep 17 00:00:00 2001 From: gpollet <101146331+gpollet@users.noreply.github.com> Date: Tue, 12 Apr 2022 12:39:50 +0200 Subject: [PATCH 3/3] Added a link to previous leap years exercise In the instructions for exercise "The next leap year", added an internal link to part 2-3 "Leap year" exercise to make it easier to be reminded of how to check if a year is leap or not. It should open in a new tab (if supported by the html processor), and be sufficiently meaningful to make it accessible. --- data/part-2/4-simple-loops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/part-2/4-simple-loops.md b/data/part-2/4-simple-loops.md index 6f4860d0c..2ca3b146f 100644 --- a/data/part-2/4-simple-loops.md +++ b/data/part-2/4-simple-loops.md @@ -415,7 +415,7 @@ Correct! It only took you one single attempt! Please write a program which asks the user for a year, and prints out the next leap year. -*Click here if you forgot how to check if a year is leap or not.?* +*Click here if you forgot how to check if a year is leap or not.*