From 01347c60cb368e297a6c6f0406af0e3815ab7bee Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 5 Feb 2024 19:46:23 -0500 Subject: [PATCH] fixed repo url in docs --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index af142dc..c1ab5fb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: GalacticFactory Documentation site_url: !ENV [SITE_URL, 'https://docs.galacticfactory.cc'] repo_name: CoastalCommits -repo_url: https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs +repo_url: https://coastalcommits.com/GalacticFactory/GalacticFactory edit_uri: !ENV [EDIT_URI, 'src/branch/main/docs'] copyright: Copyright © 2023-2024, GalacticFactory docs_dir: docs