From 9efaf7b5f9547bf3af9bad6805e8e0cda5b62cbf Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Sun, 10 May 2020 16:10:11 +0200 Subject: [PATCH] fix --- lessons/Constructors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/Constructors.md b/lessons/Constructors.md index 9fe4e8f..5fd9804 100644 --- a/lessons/Constructors.md +++ b/lessons/Constructors.md @@ -9,6 +9,6 @@ function. ## Code examples and language specific explanations - [Java](../java/constructors/README.md) -- [Rust](../rust/constructors/README.md) +- [Rust](../rust/Constructors.md) - [C++](../cpp/constructors/README.md) - [JavaScript (using TypeScript)](../typescript/constructors/README.md)