Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

chore: update outdated repository references #24

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- Fork this repository
- Make your changes
- Create a [Pull Request](https://github.com/hexnaught/vscode-bitburner-connector/compare) from your fork, to the `hexnaught/vscode-bitburner-connector` repository with `develop` as the base branch.
- Create a [Pull Request](https://github.com/bitburner-official/bitburner-vscode/compare) from your fork, to the `bitburner-official/bitburner-vscode` repository with `develop` as the base branch.
- The PR will be reviewed and either merged or commented on.
- If the PR has comments, it will remain open until all comments are resolved.
- The PR will be squashed and merged in to `develop`
Expand All @@ -15,7 +15,7 @@ _If you don't/haven't followed these guidelines, don't worry! I will update the

We are using `semantic-release` to help automate and version our releases, this relies on commit messages to be in a specific format - We are using the 'Angular' preset, see [the Angular Commit Message Guidelines](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commit-message-format) for examples.

We can support custom keywords, these can be seen under the `@semantic-release/commit-analyzer` `releaseRules` within [`.releaserc`](https://github.com/hexnaught/vscode-bitburner-connector/blob/master/.releaserc).
We can support custom keywords, these can be seen under the `@semantic-release/commit-analyzer` `releaseRules` within [`.releaserc`](https://github.com/bitburner-official/bitburner-vscode/blob/master/.releaserc).

Current Custom Release Rules:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ When the game is started for the first time, it generates an 'Auth Token' that c

You can copy the token from the Bitburner application 'API Server' context menu:

![Image showing API Server context menu in the bitburner game client](https://raw.githubusercontent.com/hexnaught/vscode-bitburner-connector/assets/images/bit-burner-menu-auth-token.png)
![Image showing API Server context menu in the bitburner game client](https://raw.githubusercontent.com/bitburner-official/bitburner-vscode/assets/images/bit-burner-menu-auth-token.png)

#### Adding the token to the extension:

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/hexnaught/vscode-bitburner-connector"
"url": "https://github.com/bitburner-official/bitburner-vscode"
},
"bugs": {
"url": "https://github.com/hexnaught/vscode-bitburner-connector/issues"
"url": "https://github.com/bitburner-official/bitburner-vscode/issues"
},
"contributors": [
"Hexnaught <[email protected]>"
Expand Down