From f0998e707c945f652cf40340ed9ddc5ec2c35bc4 Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Sun, 6 Nov 2022 17:50:23 +0100 Subject: [PATCH] [README,.lovedeps] Update links. --- .lovedeps | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.lovedeps b/.lovedeps index 5429a5e..9db5af9 100644 --- a/.lovedeps +++ b/.lovedeps @@ -1,3 +1,3 @@ { - yui = "https://git.doublefourteen.io/lua/yui" + yui = "https://gitea.it/1414codeforge/yui" } diff --git a/README.md b/README.md index 8f0ece8..bbbc1e4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Yui Examples ============ -A collection of code examples for [yui](https://git.doublefourteen.io/lua/yui). +A collection of code examples for [yui](https://gitea.it/1414codeforge/yui). ## Contents @@ -15,7 +15,7 @@ A collection of code examples for [yui](https://git.doublefourteen.io/lua/yui). 1. Clone this repository. -2. Download **yui** and its dependencies using [crush](https://git.doublefourteen.io/lua/crush): +2. Download **yui** and its dependencies using [crush](https://gitea.it/1414codeforge/crush): ```sh lua crush.lua ```