From 9a274a62b426db27b6dcdf1730385a3f8d37349e Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Sun, 6 Nov 2022 16:55:13 +0100 Subject: [PATCH] [README] Update links. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9aeb241..d72720f 100644 --- a/README.md +++ b/README.md @@ -78,15 +78,15 @@ within the entire project, otherwise the same repository may be cloned several t ```lua { - -- Fetch lib/df-serialize from https://git.doublefourteen.io/lua/df-serialize + -- Fetch lib/df-serialize from https://gitea.it/1414codeforge/df-serialize -- needs ['quote'] syntax due to '-' - ['df-serialize'] = "https://git.doublefourteen.io/lua/df-serialize", + ['df-serialize'] = "https://gitea.it/1414codeforge/df-serialize", - -- Fetch lib/gear from https://git.doublefourteen.io/lua/gear - gear = "https://git.doublefourteen.io/lua/gear", + -- Fetch lib/gear from https://gitea.it/1414codeforge/gear + gear = "https://gitea.it/1414codeforge/gear", - -- Fetch lib/yui from https://git.doublefourteen.io/lua/yui - yui = "https://git.doublefourteen.io/lua/yui" + -- Fetch lib/yui from https://gitea.it/1414codeforge/yui + yui = "https://gitea.it/1414codeforge/yui" -- NOTE: Any dependency may also pull additional subdependencies, -- these will also be cloned within lib/