Skip to content

Commit ba8b140

Browse files
authored
change reference to master of md
1 parent 475ef53 commit ba8b140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ <h1>A-Frame Super Hands Component</h1>
120120
colliderEndEventProperty: clearedEls"</pre>
121121
<p>This scene also shows the fallback movement that occurs when physics
122122
is not available.</p>
123-
h2>Quick guide to adding making something grabbable with physics on your site</h2>
123+
<h2>Quick guide to adding making something grabbable with physics on your site</h2>
124124
<div id="dynamic-guide-here"></div>
125125
<script>
126126
(async function() {
127127
var converter = new showdown.Converter();
128-
var response = await fetch('https://gitcdn.xyz/repo/wmurphyrd/aframe-super-hands-component/880d2867b98cfaf293233c703c1160a8f7fe0be0/getting-started.md');
128+
var response = await fetch('https://raw.githubusercontent.com/wmurphyrd/aframe-super-hands-component/master/getting-started.md');
129129
var md = await response.text()
130130
var html = converter.makeHtml(md);
131131
document.querySelector('#dynamic-guide-here').innerHTML = html;

0 commit comments

Comments
 (0)