From 9e6f420511bc896f01bd266451b24dfa6dd7cd3b Mon Sep 17 00:00:00 2001 From: Harry W Date: Mon, 24 Apr 2023 13:04:18 +0100 Subject: [PATCH] Fix Hello World solution link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b20c87d..312d9f6 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ |Name|Objective & Instructions|Solution|Comments| |--------|--------|------|----| -| Hello World! | [Exercise](exercises/hello_world/hello_world.md) | Solution](solutions/hello_world/hello_world.md | | +| Hello World! | [Exercise](exercises/hello_world/hello_world.md) | [Solution](solutions/hello_world/hello_world.md) | | | Python Characteristics | [Exercise](exercises/hello_world/python_characteristics.md) | [Solution](solutions/hello_world/python_characteristics.md) | | | What is the result? - Level 1 | [Exercise](exercises/hello_world/what_is_the_result_lvl_1.md) | [Solution](solutions/hello_world/what_is_the_result_lvl_1.md) | | | What is the result? - Level 2 | [Exercise](exercises/hello_world/what_is_the_result_lvl_2.md) | | |