diff --git a/index.html b/index.html
index d26d565..88b8cd0 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@
const name = document.getElementById('name').value;
// Fetch the latest SPL template
- fetch('https://raw.githubusercontent.com/sam-sneed/spl-template/main/spl')
+ fetch('https://raw.githubusercontent.com/Sneed-Group/samuel-public-license/main/LICENSE')
.then(response => response.text())
.then(template => {
// Replace placeholders with actual values