diff --git a/.github/workflows/clang-build.yml b/.gitea/workflows/clang-build.yml similarity index 100% rename from .github/workflows/clang-build.yml rename to .gitea/workflows/clang-build.yml diff --git a/.github/workflows/gcc-build.yml b/.gitea/workflows/gcc-build.yml similarity index 100% rename from .github/workflows/gcc-build.yml rename to .gitea/workflows/gcc-build.yml diff --git a/README.md b/README.md index c8dbf17..ebcec26 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@

Datum

Collection of dynamic and generic data structures.
-[![](https://github.com/ceticamarco/datum/actions/workflows/gcc-build.yml/badge.svg)](https://github.com/ceticamarco/datum/actions/workflows/gcc-build.yml) -[![](https://github.com/ceticamarco/datum/actions/workflows/clang-build.yml/badge.svg)](https://github.com/ceticamarco/datum/actions/workflows/clang-build.yml) +[![](https://git.marcocetica.com/marco/datum/actions/workflows/gcc-build.yml/badge.svg)](https://git.marcocetica.com/marco/datum/actions/workflows/gcc-build.yml) +[![](https://git.marcocetica.com/marco/datum/actions/workflows/clang-build.yml/badge.svg)](https://git.marcocetica.com/marco/datum/actions/workflows/clang-build.yml) + Datum is a collection of dynamic and generic data structures implemented from scratch in C with no external dependencies beyond