mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 12:45:45 +01:00
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.
This commit is contained in:
parent
69eda4340e
commit
8d00bc61cf
@ -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_.
|
||||
|
Loading…
Reference in New Issue
Block a user