From 8d00bc61cfc3cfe1759922ea227396cfd8e1a6c5 Mon Sep 17 00:00:00 2001 From: Duck McSouls Date: Sun, 25 Sep 2022 15:37:28 +1000 Subject: [PATCH] DOC: fix broken URLs Fix 2 broken URLs in the guide on contribution. Each link is meant to point to the dev branch of the project because new contributions should be based on that branch. --- doc/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md index 593055e26..c3498b55c 100644 --- a/doc/CONTRIBUTING.md +++ b/doc/CONTRIBUTING.md @@ -158,7 +158,7 @@ the following rules: - Work in a branch forked from `dev` to isolate the new code - Ensure you have latest from the [game's main - repository](danielyxie/bitburner@dev) + repository](../../../tree/dev) - Rebase your branch if necessary - Run the game locally to test out your changes - When submitting the pull request, make sure that the base fork is @@ -189,7 +189,7 @@ rules: - Work in a branch forked from `dev` to isolate the new code - Ensure you have latest from the [game's main - repository](danielyxie/bitburner@dev) + repository](../../../tree/dev) - Rebase your branch if necessary - When submitting the pull request, make sure that the base fork is _danielyxie/bitburner_ and the base is _dev_.