diff --git a/index.html b/index.html
index bcf97654..833d737c 100644
--- a/index.html
+++ b/index.html
@@ -36,7 +36,7 @@ <h1>
         <input type="checkbox" id="menuToggle">
         <label class="expand" for="menuToggle"></label>
         <div class="panelContents">
-          <a href="https://github.com/webgpu/webpgu-samples">
+          <a href="https://github.com/webgpu/webgpu-samples">
               Github
           </a>
           <hr>
diff --git a/src/samples.ts b/src/samples.ts
index a19ba4c8..f7facdd0 100644
--- a/src/samples.ts
+++ b/src/samples.ts
@@ -22,7 +22,7 @@ import samplerParameters from '../sample/samplerParameters/meta';
 import shadowMapping from '../sample/shadowMapping/meta';
 import skinnedMesh from '../sample/skinnedMesh/meta';
 import texturedCube from '../sample/texturedCube/meta';
-import twoCubes from '../sample/texturedCube/meta';
+import twoCubes from '../sample/twoCubes/meta';
 import videoUploading from '../sample/videoUploading/meta';
 import worker from '../sample/worker/meta';