From a7f287e572866403f1f68984f61b3a650b0e798a Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Tue, 15 Nov 2022 22:48:44 +0000 Subject: Remove Travis from GETTING-STARTED.md --- GETTING-STARTED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GETTING-STARTED.md') diff --git a/GETTING-STARTED.md b/GETTING-STARTED.md index 016659a49..53ac9d8ba 100644 --- a/GETTING-STARTED.md +++ b/GETTING-STARTED.md @@ -117,7 +117,7 @@ Issues that should be easy to get started with are tagged as [easy][6] in GitHub Other good places to get started are: - - Cleaning up some of the compiler warnings. Check [Travis CI][7] for a list of them. + - Cleaning up some of the compiler warnings. Check [our CI][7] for a list of them. - Writing some plugins: They are written in lua, with excellent API documentation available via [APIDump][8]. The [Core plugin][9] should also help quite a bit here. Special Things @@ -131,6 +131,6 @@ Special Things [4]: https://github.com/cuberite/cuberite/blob/master/CONTRIBUTING.md [5]: https://github.com/cuberite/cuberite/blob/master/COMPILING.md [6]: https://github.com/cuberite/cuberite/issues?q=is%3Aopen+is%3Aissue+label%3Aeffort%2Feasy -[7]: https://travis-ci.org/cuberite/cuberite +[7]: https://builds.cuberite.org/job/cuberite/job/master/lastSuccessfulBuild/console [8]: https://api.cuberite.org/ [9]: https://github.com/cuberite/Core -- cgit v1.2.3