From c6bde9f2749033f7ee439e8f2baf8c8064369112 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 27 Sep 2020 17:33:37 +0100 Subject: [PATCH] Updated readme links --- examples/godot_logistic_regression/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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