From 2abba18c08fb5e70c699ba7992342e7ff8573b09 Mon Sep 17 00:00:00 2001 From: Gianluigi Pierini Date: Wed, 30 Oct 2024 16:44:01 +0100 Subject: [PATCH] Fix broken reference in README.markdown --- imgui/Cargo.toml | 3 +-- imgui/README.markdown | 1 - imgui/README.md | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 120000 imgui/README.markdown create mode 120000 imgui/README.md diff --git a/imgui/Cargo.toml b/imgui/Cargo.toml index 9b17286..5bdec15 100644 --- a/imgui/Cargo.toml +++ b/imgui/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/imgui-rs/imgui-rs" documentation = "https://docs.rs/imgui" license = "MIT OR Apache-2.0" categories = ["gui", "api-bindings"] -readme = "../README.markdown" +readme = "../README.md" exclude = ["/resources"] @@ -34,4 +34,3 @@ tables-api = [] approx = "0.5.1" memoffset = "0.9" pretty_assertions = "1.4.1" - diff --git a/imgui/README.markdown b/imgui/README.markdown deleted file mode 120000 index 1691050..0000000 --- a/imgui/README.markdown +++ /dev/null @@ -1 +0,0 @@ -../README.markdown \ No newline at end of file diff --git a/imgui/README.md b/imgui/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/imgui/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file