From b85123003c9c067f4a238604955e15a640f6fd11 Mon Sep 17 00:00:00 2001 From: 220nightmore-spec <220nightmore-spec@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:49:29 +0800 Subject: [PATCH] docs: refresh contributing CI links --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b39f54..9026cbc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,9 +18,9 @@ If you have a special feature, you're likely to try but it will likely be reject ## Tests -In an effort to not repeat bugs (and break less popular features), unit tests are run on [Travis CI](https://travis-ci.org/naftalimurgor/docker-bgld). The goal of the tests are to be simple and to be placed in the `test` directory where it will be automatically run. +In an effort to not repeat bugs (and break less popular features), checks are run on [GitHub Actions](https://github.com/BitgesellOfficial/bgld-docker/actions). The goal of the tests are to be simple and to be placed in the `test` directory where it will be automatically run. -See [test directory](https://github.com/kylemanna/docker-bgld/tree/master/test) for details. +See [test directory](https://github.com/BitgesellOfficial/bgld-docker/tree/main/test) for details. ## Style