From 4d8aa09f25db449db9105ebe8588bbd4ce7d4885 Mon Sep 17 00:00:00 2001 From: eggy Date: Sat, 19 Nov 2022 12:40:07 -0500 Subject: [PATCH] fix: migrate to new domain --- docs/index.md | 2 +- mkdocs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 95d65a1..6bf0416 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ If you would like to contribute by submitting fixes, requesting pages, and/or co ## Source -The source for Eifueo is available [here](https://git.eggworld.tk/eggy/eifueo). +The source for Eifueo is available [here](https://git.eggworld.me/eggy/eifueo). ## Acknowledgements diff --git a/mkdocs.yml b/mkdocs.yml index 92558b6..71b75a7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,8 +2,8 @@ site_name: Eifueo site_description: "A collection of personal notes throughout school" site_author: "Daniel Chen" copyright: "Text licensed under the GNU General Public License, version 3" -site_url: "https://eifueo.eggworld.tk" -repo_url: "https://git.eggworld.tk/eggy/eifueo" +site_url: "https://eifueo.eggworld.me" +repo_url: "https://git.eggworld.me/eggy/eifueo" repo_name: Gitea nav: - Home: index.md