diff --git a/src/hub.html b/src/hub.html
index 366f9209d6af533436d358b04dde248798defe86..e8fd32cf30f2ec396824e9b78e41e8222c2a6a58 100644
--- a/src/hub.html
+++ b/src/hub.html
@@ -13,9 +13,9 @@
     <link href="https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,700" rel="stylesheet">
 
     <% if(NODE_ENV === "production") { %>
-        <script src="https://cdn.rawgit.com/brianpeiris/aframe/845825ae694449524c185c44a314d361eead4680/dist/aframe-master.min.js"></script>
+        <script src="https://rawgit.com/aframevr/aframe/dba7369/dist/aframe-master.min.js"></script>
     <% } else { %>
-        <script src="https://cdn.rawgit.com/brianpeiris/aframe/845825ae694449524c185c44a314d361eead4680/dist/aframe-master.js"></script>
+        <script src="https://rawgit.com/aframevr/aframe/dba7369/dist/aframe-master.js"></script>
     <% } %>
 </head>