summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-01-02 21:59:29 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-01-02 21:59:29 -0500
commitbb7a3e6ae48ff608ef8d747a0bef271d825cbf44 (patch)
tree8b75624df761c680df4830eff0616d3ad96e9dc7 /static
parentbfcfec5a8ed63cbb4dd53d666ff899ac6d29b554 (diff)
Moved to Codebergv1.0.0
Diffstat (limited to 'static')
-rwxr-xr-xstatic/home.md6
1 files changed, 3 insertions, 3 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.