Change fpc github links to our own gitea server

This commit is contained in:
2025-01-04 19:21:10 -08:00
parent c30f097564
commit c3adbae5eb
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ $(document).ready(function(){
<main>
<div class="heading">Featured Colormatic Studios Projects:</div>
<div class="hero panel">
<h1><a href="https://github.com/ColormaticStudios/quality-godot-first-person-2" target="_blank" rel="noopener noreferrer">Quality First Person Controller</a></h1>
<h1><a href="https://git.colormatic.org/ColormaticStudios/quality-godot-first-person" target="_blank" rel="noopener noreferrer">Quality First Person Controller</a></h1>
<p>An actually good first person controller for the Godot Engine.</p>
</div>
<div class="hero panel">

View File

@ -28,9 +28,9 @@ $(document).ready(function(){
<div class="project-grid-container">
<div class="project-grid-box panel">
<h1><a href="https://github.com/ColormaticStudios/quality-godot-first-person-2" target="_blank" rel="noopener noreferrer">Quality First Person Controller</a></h1>
<h1><a href="https://git.colormatic.org/ColormaticStudios/quality-godot-first-person" target="_blank" rel="noopener noreferrer">Quality First Person Controller</a></h1>
<div class="project-grid-box-contents">
<img src="https://raw.githubusercontent.com/ColormaticStudios/quality-godot-first-person-2/refs/heads/main/icon.svg">
<img src="https://git.colormatic.org/ColormaticStudios/quality-godot-first-person/raw/branch/main/icon.svg">
<p>An actually good first person controller for the Godot Engine.</p>
</div>
</div>