From f8a9268b388a8f178d9bcc4a5f1878471e997b94 Mon Sep 17 00:00:00 2001 From: Cydh Ramdh Date: Thu, 7 Oct 2021 17:43:14 +0700 Subject: [PATCH] Update CONTRIBUTING.md (#6295) Added link to https://github.com/rathena/rathena/blob/master/tools/docker/README.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index daa63b1f64..9a2fe0b4ba 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -166,7 +166,7 @@ Local Development Environment ----------------------------- Developers can get up and running quickly with a Dockerized development environment that installs all dependencies needed to run and develop on rAthena. -See tools/docker/README.md for details +See [Docker documentation](https://github.com/rathena/rathena/blob/master/tools/docker/README.md) for details Become a Team Member