diff --git a/gallery/index.html b/gallery/index.html
index f41236c4..3961e08e 100644
--- a/gallery/index.html
+++ b/gallery/index.html
@@ -192,7 +192,7 @@
];
//functions
getURL = (imageName) => {
- return "https://raw.githubusercontent.com/ImKyle4815/cardconjurer/master/gallery/img/" + imageName;
+ return "gallery/img/" + imageName;
}
templateSample = (name, location, image) => {
const shell = document.createElement("div");
@@ -229,4 +229,4 @@
populateGroup("tokenGrid", tokenTemplates);
// populateGroup("otherGrid", otherTemplates);
-
\ No newline at end of file
+