From 18665c9022a70931f14fe880c0f65130f988089c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Autin?= Date: Fri, 25 Jun 2021 20:33:19 +0000 Subject: [PATCH] Update README.md --- docs/launcher/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/launcher/README.md b/docs/launcher/README.md index d5b95d2..7b7ab64 100644 --- a/docs/launcher/README.md +++ b/docs/launcher/README.md @@ -20,7 +20,7 @@ When starting the program, the launcher window pops, prompting you to enter your The launcher code is entirely comprised within the `launcher` package. There are two classes: `launcher.Launcher` and `launcher.Settings`. -![UML Class Diagram](class_diagram.png) +![UML Class Diagram](class-diagram.png) ### launcher.Launcher