From 51e5ccac2ea7dbab993f927ecab93473d9692c7b Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Wed, 1 Jan 2025 17:19:46 +0100 Subject: [PATCH] docs(install): fix malformed link formatting --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index d7d6fcf..0f295cb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -81,9 +81,9 @@ In the newly opened file dialog, choose the file named ### Egui graphical user interface application -Topola has a graphical user interface (GUI) application written using the [egui] -(https://github.com/emilk/egui/) library and its paired [eframe](https:// -github.com/emilk/egui/tree/master/crates/eframe) framework. +Topola has a graphical user interface (GUI) application written using the +[egui](https://github.com/emilk/egui/) library and its paired +[eframe](https://github.com/emilk/egui/tree/master/crates/eframe) framework. (If you do not want to install new software on your system, skip now to the [Debug build](#debug-build-1) subsection.)