Skip to content

Commit

Permalink
Update old repo references (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
k1rill-fedoseev authored Aug 19, 2020
1 parent 6a9ca87 commit 9011cd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Thank your for contributing to this project! We welcome collaborators and expect users to follow our [code of conduct](CODE_OF_CONDUCT.md) when submitting code or comments.

1. Fork the repo ( https://github.com/poanetwork/poa-bridge-contracts/fork ).
1. Fork the repo ( https://github.com/poanetwork/tokenbridge-contracts/fork ).
2. Create your feature branch (`git checkout -b my-new-feature`).
3. Write tests that cover your work.
4. Commit your changes (`git commit -am 'Add some feature'`).
Expand All @@ -19,7 +19,7 @@ Thank your for contributing to this project! We welcome collaborators and expect
In either case, try to write a regression test that fails because of the bug but passes with your fix.

### Issues
Creating and discussing [Issues](https://github.com/poanetwork/poa-bridge-contracts/issues) provides significant value to the project. If you find a bug you can report it in an Issue.
Creating and discussing [Issues](https://github.com/poanetwork/tokenbridge-contracts/issues) provides significant value to the project. If you find a bug you can report it in an Issue.

### Pull Requests
All pull requests should include:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "token-bridge-contracts",
"name": "tokenbridge-contracts",
"version": "5.3.1",
"description": "Bridge",
"main": "index.js",
Expand Down

0 comments on commit 9011cd9

Please sign in to comment.