summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstatic/home.md6
-rwxr-xr-xtemplates/template.html2
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 @@
<body>
<ul class="topBar">
<li class="topLink"><a href="/">home</a></li>
- <li class="topLink"><a href="https://github.com/JacobMcDonnell">github</a></li>
+ <li class="topLink"><a href="https://codeberg.org/JacobMcDonnell">codeberg</a></li>
<li class="topLink"><a href="https://gist.github.com/JacobMcDonnell/">gists</a></li>
<!--<li class="topLink"><a href="/articles">articles</a></li>-->
</ul>