diff --git a/README.md b/README.md index abd4291..d4290c5 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ [![version](https://juliahub.com/docs/General/CImGui/stable/version.svg)](https://juliahub.com/ui/Packages/General/CImGui) [![codecov](https://codecov.io/gh/JuliaImGui/CImGui.jl/graph/badge.svg?token=KLCkl2pB7N)](https://codecov.io/gh/JuliaImGui/CImGui.jl) [![](https://img.shields.io/badge/design%20principle-KISS-orange)](https://en.wikipedia.org/wiki/KISS_principle) -[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaImGui.github.io/CImGui.jl/stable) -[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaImGui.github.io/CImGui.jl/dev) +[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaimgui.github.io/ImGuiDocs.jl/cimgui/stable) +[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaimgui.github.io/ImGuiDocs.jl/cimgui/dev) ![GitHub Discussions](https://img.shields.io/github/discussions/JuliaImGui/CImGui.jl) [![deps](https://juliahub.com/docs/CImGui/deps.svg)](https://juliahub.com/ui/Packages/CImGui/HqG2H?t=2) @@ -20,4 +20,4 @@ use cases. ![demo](demo/demo.png) -See the [documentation](https://juliaimgui.github.io/CImGui.jl/stable) for more info. +See the [documentation](https://juliaimgui.github.io/ImGuiDocs.jl/cimgui/stable) for more info. diff --git a/docs/src/index.md b/docs/src/index.md index 9b574ba..3738bdf 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -98,4 +98,4 @@ high-level package. [`Redux.jl`](https://github.com/Gnimuc/Redux.jl) might be of interest to you if you're looking for state management frameworks. For writing tests you can use -[ImGuiTestEngine.jl](https://juliaimgui.github.io/ImGuiTestEngine.jl). +[ImGuiTestEngine.jl](https://juliaimgui.github.io/ImGuiDocs.jl/imguitestengine).