diff --git a/examples/godot_logistic_regression/README.md b/examples/godot_logistic_regression/README.md index dfd98731f..0defa6cd9 100644 --- a/examples/godot_logistic_regression/README.md +++ b/examples/godot_logistic_regression/README.md @@ -4,6 +4,6 @@ This repository contains the accompanying code for the Blog post ["Supercharging This example folder contains three key components: * The Godot Project to run the example -* The [instructions for the Custom Module](./custom_module/README.md) implementation -* The [instructions for the GdNative Library](./gdnative_shared/README.md) implementation +* The [instructions for the Custom Module](./custom_module/) implementation +* The [instructions for the GdNative Library](./gdnative_shared/) implementation