From 84dd23a95965cb58d5aefd43606dfd64fdbb0b73 Mon Sep 17 00:00:00 2001 From: dbr Date: Thu, 5 Jan 2023 12:05:10 +1030 Subject: [PATCH] Linkify imgui-examples also --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index bcbc113..a94bb96 100644 --- a/README.markdown +++ b/README.markdown @@ -43,10 +43,10 @@ their respective `Cargo.toml` to find compatible versions (e.g compatible `glow` version and `[dev-dependencies]` describes the compatible `glutin` version) -Finally the `imgui-examples` folder contains examples of how to use -the `imgui` crate itself - this covers general topics like how to show -text, how to create buttons, etc - and should be applicable to usage -with any backend/renderer. +Finally the [`imgui-examples`](./imgui-examples) folder contains +examples of how to use the `imgui` crate itself - this covers general +topics like how to show text, how to create buttons, etc - and should +be applicable to usage with any backend/renderer. ## Features