From 0bd82358b072e32fad7bade254e1f7e17695297d Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Wed, 1 Nov 2023 11:09:10 +0100 Subject: [PATCH] [lovedeps,README,crush] Update project links --- .lovedeps | 2 +- README.md | 4 ++-- crush.lua | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.lovedeps b/.lovedeps index 9db5af9..3c42b78 100644 --- a/.lovedeps +++ b/.lovedeps @@ -1,3 +1,3 @@ { - yui = "https://gitea.it/1414codeforge/yui" + yui = "https://codeberg.org/1414codeforge/yui" } diff --git a/README.md b/README.md index bbbc1e4..1ad76df 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Yui Examples ============ -A collection of code examples for [yui](https://gitea.it/1414codeforge/yui). +A collection of code examples for [yui](https://codeberg.org/1414codeforge/yui). ## Contents @@ -15,7 +15,7 @@ A collection of code examples for [yui](https://gitea.it/1414codeforge/yui). 1. Clone this repository. -2. Download **yui** and its dependencies using [crush](https://gitea.it/1414codeforge/crush): +2. Download **yui** and its dependencies using [crush](https://codeberg.org/1414codeforge/crush): ```sh lua crush.lua ``` diff --git a/crush.lua b/crush.lua index 87a8e86..67e1af7 100644 --- a/crush.lua +++ b/crush.lua @@ -2,7 +2,7 @@ -- -- Author: Lorenzo Cogotti -- Copyright: 2022 The DoubleFourteen Code Forge --- Home: https://gitea.it/1414codeforge/crush +-- Home: https://codeberg.org/1414codeforge/crush -- License: MIT local io = require 'io'