From eea1f4ca3d5007ee20ef3f2ec2994b5d64fdb907 Mon Sep 17 00:00:00 2001 From: Sadika Sumanapala Date: Sun, 6 Dec 2020 09:28:16 +0530 Subject: [PATCH] Ownership transfer: fix clone URL --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 2dc6c3b..c96b9ed 100644 --- a/README.markdown +++ b/README.markdown @@ -82,7 +82,7 @@ case, because **imgui-rs is not tied to any specific graphics / OS API**. ## Compiling and running the demos ```bash -git clone https://github.com/Gekkio/imgui-rs +git clone https://github.com/imgui-rs/imgui-rs cd imgui-rs git submodule update --init --recursive ```