Skip to content

Commit

Permalink
Merge pull request #10111 from zfox23/webVRtoXR
Browse files Browse the repository at this point in the history
chore(macros/GamesSidebar): update WebVR -> WebXR link
  • Loading branch information
zfox23 authored Dec 4, 2023
2 parents 0761a86 + 58b557e commit 77c96dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kumascript/macros/GamesSidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ const text = mdn.localStringMap({
<li><a href="<%=baseURL%>Techniques/3D_on_the_web/Building_up_a_basic_demo_with_Babylon.js"><%=text["Building_up_a_basic_demo_with_Babylon.js"]%></a></li>
<li><a href="<%=baseURL%>Techniques/3D_on_the_web/Building_up_a_basic_demo_with_PlayCanvas"><%=text["Building_up_a_basic_demo_with_PlayCanvas"]%></a></li>
<li><a href="<%=baseURL%>Techniques/3D_on_the_web/Building_up_a_basic_demo_with_Three.js"><%=text["Building_up_a_basic_demo_with_Three.js"]%></a></li>
<li><a href="<%=baseURL%>Techniques/3D_on_the_web/WebVR"><%=text["WebVR_guide"]%></a></li>
<li><a href="<%=baseURL%>Techniques/3D_on_the_web/WebXR"><%=text["WebXR_guide"]%></a></li>
<li><a href="<%=baseURL%>Techniques/3D_collision_detection"><%=text["3D_collision_detection"]%></a></li>
<li><a href="<%=baseURL%>Techniques/3D_collision_detection/Bounding_volume_collision_detection_with_THREE.js"><%=text["Bounding_volume_collision_detection_with_THREE.js"]%></a></li>
</ol>
Expand Down

0 comments on commit 77c96dd

Please sign in to comment.