Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Update URLs to new consensys org (#144)
Browse files Browse the repository at this point in the history
* Update URLs to new consensys org
  • Loading branch information
NicolasMassart authored Nov 5, 2020
1 parent 30a1c16 commit 075dec0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ you are agreeing to uphold this code. Please report unacceptable behavior. Pleas

### Reporting Bugs
#### Before Submitting A Bug
* Ensure the bug is not already reported by searching [GitHub issues](https://github.com/PegaSysEng/web3js-eea/issues).
* Ensure the bug is not already reported by searching [GitHub issues](https://github.com/Consensys/web3js-eea/issues).

#### How Do I Submit a (Good) Bug?
Bugs are tracked as [GitHub issues](https://github.com/PegaSysEng/web3js-eea/issues).
Bugs are tracked as [GitHub issues](https://github.com/Consensys/web3js-eea/issues).

* If you are unable to find an open issue addressing the problem, open a new one. Be sure to include a
**title and clear description**, as much relevant information as possible, and a **code sample** or
Expand All @@ -60,7 +60,7 @@ happens and under which conditions it normally happens.
suggested. If it has, add a comment to the existing issue instead of opening a new one.

#### How Do I Submit A (Good) Enhancement Suggestion?
Enhancement suggestions are tracked as [GitHub issues](https://github.com/PegaSysEng/web3js-eea/issues). Create an issue on and provide
Enhancement suggestions are tracked as [GitHub issues](https://github.com/Consensys/web3js-eea/issues). Create an issue on and provide
the following information:

* Use a **clear and descriptive title** for the issue to identify the suggestion.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ JavaScript libraries to:

## Issues

web3.js-eea issues are tracked in [GitHub](https://github.com/PegaSysEng/web3js-eea/issues).
See our [contribution guidelines](https://github.com/PegaSysEng/web3js-eea/blob/master/CONTRIBUTING.md) for more detail on searching and creating issues.
web3.js-eea issues are tracked in [GitHub](https://github.com/Consensys/web3js-eea/issues).
See our [contribution guidelines](https://github.com/Consensys/web3js-eea/blob/master/CONTRIBUTING.md) for more detail on searching and creating issues.

## Using

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ This directory contains base files to generate SDK doc with CI.
- index.html is the root redirect file
- TARGET_README.md is the readme that will be renamed and copied to the gh-pages branch
- README.md will not be copied, it's this file.
- .circleci directory contains a configuration for CircleCI tht does nothing but prevents CI to fail.
- .circleci directory contains a configuration for CircleCI that does nothing but prevents CI to fail.

The actual up to date generated doc is available at https://pegasyseng.github.io/web3js-eea/
The actual up to date generated doc is available at [`https://consensys.github.io/web3js-eea/`](https://consensys.github.io/web3js-eea/)
4 changes: 2 additions & 2 deletions docs/TARGET_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
**This branch content is generated by CI process and should not be modified manually.**

Sources for this content can be found on /docs directory on
[master](https://github.com/PegaSysEng/web3js-eea/tree/master) and its children branches.
[master](https://github.com/Consensys/web3js-eea/tree/master) and its children branches.

The actual up to date generated doc is available at https://pegasyseng.github.io/web3js-eea/
The actual up to date generated doc is available at [`https://consensys.github.io/web3js-eea/`](https://consensys.github.io/web3js-eea/)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/PegaSysEng/web3js-eea.git"
"url": "git+https://github.com/Consensys/web3js-eea.git"
},
"keywords": [
"web3",
Expand All @@ -46,9 +46,9 @@
"author": "ConsenSys <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/PegaSysEng/web3js-eea/issues"
"url": "https://github.com/Consensys/web3js-eea/issues"
},
"homepage": "https://github.com/PegaSysEng/web3js-eea#readme",
"homepage": "https://github.com/Consensys/web3js-eea#readme",
"dependencies": {
"async-promise-pool": "1.0.3",
"docdash": "^1.2.0",
Expand Down

0 comments on commit 075dec0

Please sign in to comment.