diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-01-02 21:59:29 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-01-02 21:59:29 -0500 |
| commit | bb7a3e6ae48ff608ef8d747a0bef271d825cbf44 (patch) | |
| tree | 8b75624df761c680df4830eff0616d3ad96e9dc7 | |
| parent | bfcfec5a8ed63cbb4dd53d666ff899ac6d29b554 (diff) | |
Moved to Codebergv1.0.0
| -rwxr-xr-x | static/home.md | 6 | ||||
| -rwxr-xr-x | 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 @@ <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> |
