From bb7a3e6ae48ff608ef8d747a0bef271d825cbf44 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Fri, 2 Jan 2026 21:59:29 -0500 Subject: Moved to Codeberg --- static/home.md | 6 +++--- templates/template.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/home.md b/static/home.md index b4b8833..ae606e9 100755 --- a/static/home.md +++ b/static/home.md @@ -15,17 +15,17 @@ articles about projects that I am working on. # Projects -### [This Website](https://github.com/JacobMcDonnell/JacobMcDonnell.com) +### [This Website](https://codeberg.org/JacobMcDonnell/JacobMcDonnell.com) is written in Go using the standard net/http package. It is hosted on VPS running Red Hat Linux using NGINX as a proxy. -### [Quick and Dirty MIPS Assembler](https://github.com/JacobMcDonnell/QDMA) +### [Quick and Dirty MIPS Assembler](https://codeberg.org/JacobMcDonnell/QDMA) is a MIPS assembler written in Go. QDMA supports the Executable and Linkable Format for binary executables. It is a two pass assembler where the first pass tracks the labels for functions and data and the second pass assembles the instructions. -### [Quick and Dirty MIPS Emulator](https://github.com/JacobMcDonnell/QDME) +### [Quick and Dirty MIPS Emulator](https://codeberg.org/JacobMcDonnell/QDME) is a MIPS emulator written in C. It supports 32-bit ELF binaries and emulates a simple MIPS processor. diff --git a/templates/template.html b/templates/template.html index 2db9829..003a169 100755 --- a/templates/template.html +++ b/templates/template.html @@ -17,7 +17,7 @@ -- cgit v1.2.3