From b73816f9db99e3034e54886e00957fbed9d84ba7 Mon Sep 17 00:00:00 2001 From: ngcthao <75501264+ngcthao@users.noreply.github.com> Date: Fri, 19 Jul 2024 20:41:59 -0400 Subject: [PATCH] DOC: Update README.md (#1503) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97884d648..3523a2d7b 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ The game's official documentation can be found in-game. The [in-game documentation](./markdown/bitburner.md) is generated from the [TypeScript definitions](./src/ScriptEditor/NetscriptDefinitions.d.ts). Anyone is welcome to contribute to the documentation by editing the [source -files](/doc/source) and then making a pull request with your contributions. +files](/src/Documentation/doc) and then making a pull request with your contributions. For further guidance, please refer to the "As A Documenter" section of -[CONTRIBUTING](./doc/CONTRIBUTING.md). +[CONTRIBUTING](./doc/CONTRIBUTING.md#as-a-documenter). # Contribution