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)