File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments