From 2b3d47a26519c585527eb6f052f07900e42127dc Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Sun, 7 Jul 2024 13:01:39 -0500 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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