docs(install): fix malformed link formatting

This commit is contained in:
Mikolaj Wielgus 2025-01-01 17:19:46 +01:00
parent 2d2ab74bbd
commit 51e5ccac2e
1 changed files with 3 additions and 3 deletions

View File

@ -81,9 +81,9 @@ In the newly opened file dialog, choose the file named
### Egui graphical user interface application ### Egui graphical user interface application
Topola has a graphical user interface (GUI) application written using the [egui] Topola has a graphical user interface (GUI) application written using the
(https://github.com/emilk/egui/) library and its paired [eframe](https:// [egui](https://github.com/emilk/egui/) library and its paired
github.com/emilk/egui/tree/master/crates/eframe) framework. [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 (If you do not want to install new software on your system, skip now to the
[Debug build](#debug-build-1) subsection.) [Debug build](#debug-build-1) subsection.)