@@ -66,7 +66,7 @@ <h2 id="extensions">Extensions</h2>
6666 < div class ="row " id ="{{ extension_name }} ">
6767 < h3 > {{ extension_name }} ({{ support | length }} runtime{{ "s" if support | length != 1 }})</ h3 >
6868 < p >
69- < a href ="https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html #{{extension_name}} "> Specification
69+ < a href ="{{spec_url}} #{{extension_name}} "> Specification
7070 for {{ extension_name }}</ a >
7171 </ p >
7272 < ul >
@@ -142,7 +142,7 @@ <h2>Runtime support matrix</h2>
142142 < tr >
143143 < th class ="extname ">
144144 {{ extension_name }}
145- < a href ="https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html #{{extension_name}} " alt ="speficication text ">
145+ < a href ="{{spec_url}} #{{extension_name}} " alt ="speficication text ">
146146 < span class ="glyphicon glyphicon-link " aria-hidden ="true "> </ span >
147147 </ a >
148148 </ th >
@@ -180,7 +180,7 @@ <h2>Runtime support matrix</h2>
180180 < tr >
181181 < th class ="extname ">
182182 {{ ff }}
183- < a href ="https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html #XrFormFactor " alt ="speficication text ">
183+ < a href ="{{spec_url}} #XrFormFactor " alt ="speficication text ">
184184 < span class ="glyphicon glyphicon-link " aria-hidden ="true "> </ span >
185185 </ a >
186186 </ th >
@@ -194,7 +194,7 @@ <h2>Runtime support matrix</h2>
194194 < tr >
195195 < th class ="extname ">
196196 → {{ vc }}
197- < a href ="https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html #XrViewConfigurationType " alt ="speficication text ">
197+ < a href ="{{spec_url}} #XrViewConfigurationType " alt ="speficication text ">
198198 < span class ="glyphicon glyphicon-link " aria-hidden ="true "> </ span >
199199 </ a >
200200 </ th >
@@ -207,7 +207,7 @@ <h2>Runtime support matrix</h2>
207207 < tr >
208208 < th class ="extname ">
209209 → → {{ ebm }}
210- < a href ="https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html #XrEnvironmentBlendMode " alt ="speficication text ">
210+ < a href ="{{spec_url}} #XrEnvironmentBlendMode " alt ="speficication text ">
211211 < span class ="glyphicon glyphicon-link " aria-hidden ="true "> </ span >
212212 </ a >
213213 </ th >
0 commit comments