Skip to content

Commit

Permalink
Merge pull request #160 from JuliaImGui/doc-links
Browse files Browse the repository at this point in the history
Update documentation links to point to the MultiDocumenter site
  • Loading branch information
JamesWrigley authored Dec 25, 2024
2 parents 3d6df46 + 84454a5 commit a1624c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit a1624c8

Please sign in to comment.