You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,13 @@ src/loader OpenXR loader code
26
26
src/tests/ various test code (if looking for sample code start with hello_xr/)
27
27
```
28
28
29
-
Currently the best sample code is in src/tests/hello_xr/. More will be added in the future.
29
+
Currently the best sample code is in [src/tests/hello_xr/](https://github.com/KhronosGroup/OpenXR-SDK/tree/master/src/tests/hello_xr). More will be added in the future.
30
30
31
31
This structure is for the provisional specification. Things are
32
32
incomplete at launch but will be added to going forward.
33
33
34
34
35
35
## Building
36
36
37
-
See [BUILDING.md](https://github.com/KhronosGroup/OpenXR-SDK/BUILDING.md)
37
+
See [BUILDING.md](https://github.com/KhronosGroup/OpenXR-SDK/blob/master/BUILDING.md)
0 commit comments