Skip to content

Commit bc8170a

Browse files
himorintoji
authored andcommitted
closes #219, fixed default branch name in links
1 parent 306ffd0 commit bc8170a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webgpu/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ <h2 class='tagline'>WebGPU Sample Pages</h2>
193193
links.classList.add('links');
194194

195195
let sourceLink = document.createElement('a');
196-
sourceLink.href = 'https://github.com/immersive-web/webxr-samples/blob/master/' + page.path;
196+
sourceLink.href = 'https://github.com/immersive-web/webxr-samples/blob/main' + page.path;
197197
sourceLink.textContent = 'Source';
198198
links.appendChild(sourceLink);
199199

@@ -213,7 +213,7 @@ <h2 class='tagline'>WebGPU Sample Pages</h2>
213213

214214
<p>Models used in these samples come from <a href="https://poly.google.com">Poly</a>, and many were modeled in <a href="https://vr.google.com/blocks/">Blocks</a>.<br/>
215215
They are stored and loaded using the <a href="https://www.khronos.org/gltf/">glTF 2.0 format</a>.<br/>
216-
Attribution for individual models can be found under the <a href="https://github.com/immersive-web/webxr-samples/tree/master/media/gltf">media/gltf</a> folders for this repository.</p>
216+
Attribution for individual models can be found under the <a href="https://github.com/immersive-web/webxr-samples/tree/main/media/gltf">media/gltf</a> folders for this repository.</p>
217217

218218
<h3><a class='github-link' href='https://github.com/immersive-web/webxr-samples'>View samples source on GitHub</a></h3>
219219

0 commit comments

Comments
 (0)