From 7e5c1e492acfc7c6a54edf4bf7e07d6164f87930 Mon Sep 17 00:00:00 2001
From: Mr Finchum <mr.finchum@pm.me>
Date: Thu, 10 Apr 2025 00:00:47 +0200
Subject: [PATCH] Updated readme to fit with new forge.

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index cdad5be..d157e1e 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
 # Rock Paper Scissors Card Game
-Play [now](https://codebymrfinchum.pyscriptapps.com/rock-paper-scissors-card-game/) on pyscriptapps.com or see info on [Gitlab](https://gitlab.com/CodeByMrFinchum/rock-paper-scissor-card-game).
+Play [now](https://codebymrfinchum.pyscriptapps.com/rock-paper-scissors-card-game/) on pyscriptapps.com or see info on [Forgejo](https://code.boxyfoxy.net/CodeByMrFinchum/rock-paper-scissor-card-game).
 
 A little game to play the classic Rock Paper Scissors game with a twist.
 Instead of freely selecting between Rock, Paper, and Scissors, you get a hand of three cards, potentially with only rocks.
 It is a semi-random 52-card deck with an unbalanced distribution of cards, meaning some cards are less likely to occur. For example, only 5 out of 52 cards are stones, so it is very unlikely the other player has a stone. Selecting scissors gives a higher chance of winning.
 
-It is built with PyScript and developed on [PyScript.com](). It is available on my [PyScript profile](https://pyscript.com/@codebymrfinchum) and [Gitlab repo](https://gitlab.com/CodeByMrFinchum/rock-paper-scissor-card-game).
+It is built with PyScript and developed on [PyScript.com](). It is available on my [PyScript profile](https://pyscript.com/@codebymrfinchum) and [Forgejo repo](https://code.boxyfoxy.net/CodeByMrFinchum/rock-paper-scissor-card-game).
 
 You can also start the program local, download the repository go into the folder and do 'python3 -m http.server' and then open 'http://localhost:8000/' in your browser.