浏览代码

Fix github link

niels 4 年之前
父节点
当前提交
23449c4356
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      static/index.html
  2. 1 1
      static/player.html

+ 1 - 1
static/index.html

@@ -38,7 +38,7 @@
         </div>
     </div>
 </div>
-<footer class="footer mb-4"><a href="https://github.com/NielsOverkamp/Chu-Chube">Made by Niels Overkamp</a></footer>
+<footer class="footer mb-4"><a href="https://github.com/NielsOverkamp/ChuChube">Made by Niels Overkamp</a></footer>
 <script src="js/index.js" type="module"></script>
 </body>
 

+ 1 - 1
static/player.html

@@ -105,7 +105,7 @@
         </div>
     </div>
 </div>
-<footer class="footer mb-4"><a href="https://github.com/NielsOverkamp/Chu-Chube">Made by Niels Overkamp</a></footer>
+<footer class="footer mb-4"><a href="https://github.com/NielsOverkamp/ChuChube">Made by Niels Overkamp</a></footer>
 <script src="js/main.js" type="module"></script>
 </body>