[README] Update links.

This commit is contained in:
Lorenzo Cogotti 2022-11-06 16:55:13 +01:00
parent f6e8a29946
commit 9a274a62b4
1 changed files with 6 additions and 6 deletions

View File

@ -78,15 +78,15 @@ within the entire project, otherwise the same repository may be cloned several t
```lua ```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 '-' -- 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 -- Fetch lib/gear from https://gitea.it/1414codeforge/gear
gear = "https://git.doublefourteen.io/lua/gear", gear = "https://gitea.it/1414codeforge/gear",
-- Fetch lib/yui from https://git.doublefourteen.io/lua/yui -- Fetch lib/yui from https://gitea.it/1414codeforge/yui
yui = "https://git.doublefourteen.io/lua/yui" yui = "https://gitea.it/1414codeforge/yui"
-- NOTE: Any dependency may also pull additional subdependencies, -- NOTE: Any dependency may also pull additional subdependencies,
-- these will also be cloned within lib/ -- these will also be cloned within lib/