diff options
| -rw-r--r-- | paul.buetow.org/content/home.xml | 6 | ||||
| -rw-r--r-- | xerl.buetow.org/content/Download.xml | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/paul.buetow.org/content/home.xml b/paul.buetow.org/content/home.xml index 6b8c5f0..533bae0 100644 --- a/paul.buetow.org/content/home.xml +++ b/paul.buetow.org/content/home.xml @@ -4,7 +4,11 @@ <text>Welcome to my small humble website.</text> <enumeration> <enumitem> - <noop>My Github page: </noop> + <noop>My Codeberg page: </noop> + <hyperlink>http://codeberg.org/snonux</hyperlink> + </enumitem> + <enumitem> + <noop>My Github page (most stuff moved to Codeberg though):</noop> <hyperlink>http://github.com/snonux</hyperlink> </enumitem> <enumitem> diff --git a/xerl.buetow.org/content/Download.xml b/xerl.buetow.org/content/Download.xml index 51346ad..5ea51db 100644 --- a/xerl.buetow.org/content/Download.xml +++ b/xerl.buetow.org/content/Download.xml @@ -4,6 +4,6 @@ <textheader>Download from git repository</textheader> <text> <noop>Go to </noop> - <namedlink href="http://github.com/snonux/!!HOSTNAME!!">http://github.com/snonux/!!HOSTNAME!!</namedlink> + <namedlink href="http://codeberg.org/snonux/xerl">http://github.com/snonux/xerl</namedlink> </text> </content> |
