From 3fbdc27888c4f6883e9bcfd434670df90beaffe2 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Mon, 3 Feb 2025 11:30:26 -0600 Subject: [PATCH] dev: Update continuous integration link --- development.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/development.md b/development.md index d5c1c36..71cc44b 100644 --- a/development.md +++ b/development.md @@ -13,15 +13,15 @@ MegaGlests' source code is available to you under [**GPL-compatible licenses**]( ## Development resources -* [**GitHub project page**](https://github.com/MegaGlest) -* Commit log:[**Game engine (megaglest-source)**](https://github.com/MegaGlest/megaglest-source/commits/develop) -* Commit log:[**Game data (megaglest-data)**](https://github.com/MegaGlest/megaglest-data/commits/develop) -* [**Continuous Integration**](https://travis-ci.org/MegaGlest/megaglest-source) +* [**GitHub project page**](https://github.com/MegaGlest) +* Commit log:[**Game engine (megaglest-source)**](https://github.com/MegaGlest/megaglest-source/commits/develop) +* Commit log:[**Game data (megaglest-data)**](https://github.com/MegaGlest/megaglest-data/commits/develop) +* [**Continuous Integration**](https://github.com/MegaGlest/megaglest-source/actions) ## Documentation -* [**MegaGlest development workflow**](https://docs.megaglest.org/MG/Development) -* [**How to use git and GitHub**](https://github.com/MegaGlest/megaglest-source/wiki/Git-How-To) +* [**MegaGlest development workflow**](https://docs.megaglest.org/MG/Development) +* [**How to use git and GitHub**](https://github.com/MegaGlest/megaglest-source/wiki/Git-How-To) ## Contributions