diff --git a/README.markdown b/README.markdown index 25a5e67..77473d9 100644 --- a/README.markdown +++ b/README.markdown @@ -26,7 +26,7 @@ ui.window(im_str!("Hello world")) * Parts of high-level API * Not horrible way of defining and passing null-terminated UTF-8 to ImGui. The macro `im_str!` needs to be used most of the time. For more - information and justification for this design, please see issue #7 + information and justification for this design, please see [issue #7](https://github.com/Gekkio/imgui-rs/issues/7) * Parts of imgui\_demo.cpp reimplemented in Rust as an API usage example (examples/test\_window\_impl.rs) ## Important but unimplemented things