summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2022-11-15 23:48:44 +0100
committerGitHub <noreply@github.com>2022-11-15 23:48:44 +0100
commita7f287e572866403f1f68984f61b3a650b0e798a (patch)
tree28ac426639bd27537603d94f0d83255870cef034
parentAdded support for favicons of any filesize. (#5457) (diff)
downloadcuberite-a7f287e572866403f1f68984f61b3a650b0e798a.tar
cuberite-a7f287e572866403f1f68984f61b3a650b0e798a.tar.gz
cuberite-a7f287e572866403f1f68984f61b3a650b0e798a.tar.bz2
cuberite-a7f287e572866403f1f68984f61b3a650b0e798a.tar.lz
cuberite-a7f287e572866403f1f68984f61b3a650b0e798a.tar.xz
cuberite-a7f287e572866403f1f68984f61b3a650b0e798a.tar.zst
cuberite-a7f287e572866403f1f68984f61b3a650b0e798a.zip
-rw-r--r--GETTING-STARTED.md4
1 files changed, 2 insertions, 2 deletions
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