From 6e347293d3d405b2958cccf26ea2c259f200977c Mon Sep 17 00:00:00 2001 From: Kirill Fedoseev Date: Tue, 18 Aug 2020 10:01:54 +0300 Subject: [PATCH] Update old repo references --- CONTRIBUTING.md | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5c67c40f7..3079b1f5e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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'`). @@ -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: diff --git a/package-lock.json b/package-lock.json index 90c2bffb2..d2694142e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "token-bridge-contracts", + "name": "tokenbridge-contracts", "version": "5.3.1", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 4d4a5697d..57b61e4ce 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "token-bridge-contracts", + "name": "tokenbridge-contracts", "version": "5.3.1", "description": "Bridge", "main": "index.js",