Skip to content

Commit 080aa28

Browse files
authored
Update example links in documentation. NFC (#26504)
Fixes: #26498
1 parent 316a8f8 commit 080aa28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/source/docs/api_reference/html5.h.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ Test/Example code
179179

180180
The HTML5 test code demonstrates how to use this API:
181181

182-
- `test_html5_core.c <https://github.com/emscripten-core/emscripten/blob/main/test/test_html5_core.c>`_
183-
- `test_html5_fullscreen.c <https://github.com/emscripten-core/emscripten/blob/main/test/test_html5_fullscreen.c>`_
184-
- `test_html5_mouse.c <https://github.com/emscripten-core/emscripten/blob/main/test/test_html5_mouse.c>`_
182+
- `test_html5_core.c <https://github.com/emscripten-core/emscripten/blob/main/test/browser/test_html5_core.c>`_
183+
- `test_html5_fullscreen.c <https://github.com/emscripten-core/emscripten/blob/main/test/browser/test_html5_fullscreen.c>`_
184+
- `test_html5_mouse.c <https://github.com/emscripten-core/emscripten/blob/main/test/browser/test_html5_mouse.c>`_
185185

186186

187187
General types

0 commit comments

Comments
 (0)