Skip to content

Commit 5bdb7b5

Browse files
committed
Fix links to tests for real now
Markdown doesn't like spaces in links, but replacing them with '%20' should work.
1 parent 6e668d5 commit 5bdb7b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ I'm looking for feedbacks to report and get fixed as much bugs as possible, don'
139139

140140
To check what has been already ported and working, simply run one of the tests in Kotlin:
141141

142-
- [lwjgl](https://github.com/kotlin-graphics/imgui/blob/master/src/test/kotlin/imgui/test lwjgl.kt)
143-
- [jogl](https://github.com/kotlin-graphics/imgui/blob/master/src/test/kotlin/imgui/test jogl.kt)
142+
- [lwjgl](https://github.com/kotlin-graphics/imgui/blob/master/src/test/kotlin/imgui/test%20lwjgl.kt)
143+
- [jogl](https://github.com/kotlin-graphics/imgui/blob/master/src/test/kotlin/imgui/test%20jogl.kt)
144144

145145
or in Java:
146146

0 commit comments

Comments
 (0)