From cd1fec1341bf0c00d1f7d53d2d251ee405f30074 Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Wed, 7 Aug 2024 01:31:15 +0000 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 88b8cd0..e50a8ab 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/Sneed-Group/samuel-public-license/main/LICENSE') + fetch('https://raw.githubusercontent.com/Sneed-Group/sammy-public-license/main/LICENSE') .then(response => response.text()) .then(template => { // Replace placeholders with actual values