From 88a384dd7747ccf513881e88dd27840125fd857d Mon Sep 17 00:00:00 2001 From: MarlonJMejia <58282236+MarlonJMejia@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:54:57 -0400 Subject: [PATCH] Update python-exercises typo Link was incorrectly formatted. --- 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) | | |