From bc1e82405c8076475961c59f68da04dcb3172011 Mon Sep 17 00:00:00 2001
From: Damien Ostler <damienostler1@outlook.com>
Date: Sun, 7 Jan 2024 18:59:00 -0500
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 21c8e0d..a6873a8 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 This is a repository that provides a template for you to start your Godot repositories on GitHub. This repository contains a basic project setup along with CI/CD. By default it will build for windows, linux and the web and upload their artifacts, along with deploying a build to GitHub Pages.
 # How to deploy to GitHub Pages
 Go to the settings of your repository, and then on the left hand side click pages. You should then be able to click a drop down near the top of the page to deploy from a branch, deploy from the gh-pages branch once the workflow has executed.
-Example Deployment https://damientehdemon.github.io/godot_template/
+Example Deployment https://D4M13N-D3V.github.io/godot_template/
 ![image](https://github.com/DamienTehDemon/godot_template/assets/13697702/80a76d39-65be-4de4-ab47-91fbeb3eabd2)
 
 # Changing the Godot version