Problem: Links pointer to /oracles-wiki repo and /oraclesorg/ organization

Solution: replace to /wiki repo and /poanetwork/ orgaziation
This commit is contained in:
Igor Barinov 2017-12-23 13:44:51 -05:00
parent f59b406690
commit 9db8554c66
2 changed files with 6 additions and 6 deletions

View File

@ -6,13 +6,13 @@
## MetaMask plugin setup
* Connect to POA Network in MetaMask plugin (See [Connect to POA Network via MetaMask](https://github.com/oraclesorg/oracles-wiki/blob/master/MetaMask-connect.md#connect-to-oracles-network-via-metamask))
* Connect to POA Network in MetaMask plugin (See [Connect to POA Network via MetaMask](https://github.com/poanetwork/wiki/blob/master/MetaMask-connect.md#connect-to-oracles-network-via-metamask))
* Import your initial key to MetaMask Plugin: browse keystore file, received from invitation, and enter password for the key (See [Importing of keys from wiki](https://github.com/oraclesorg/oracles-wiki/blob/master/MetaMask-connect.md#importing-of-keys)).
* Import your initial key to MetaMask Plugin: browse keystore file, received from invitation, and enter password for the key (See [Importing of keys from wiki](https://github.com/poanetwork/wiki/blob/master/MetaMask-connect.md#importing-of-keys)).
## Ceremony Dapp lifecycle
Check [Ceremony Dapp section from wiki](https://github.com/oraclesorg/oracles-wiki/blob/master/ceremony.md)
Check [Ceremony Dapp section from wiki](https://github.com/poanetwork/wiki/blob/master/ceremony.md)
## Initial page
![](./docs/index.png)
@ -21,7 +21,7 @@ Check [Ceremony Dapp section from wiki](https://github.com/oraclesorg/oracles-wi
![](./docs/results.png)
## Configuration file
It is configured with [POA Network contract](https://github.com/oraclesorg/poa-network-consensus-contracts)
It is configured with [POA Network contract](https://github.com/poanetwork/poa-network-consensus-contracts)
Path: [`./src/addresses.js`](./src/addresses.js)

View File

@ -1,6 +1,6 @@
let errorMsgNoMetamaskAccount = `You haven't chosen any account in MetaMask.
Please, choose your initial key in MetaMask and reload the page.
Check POA Network <a href='https://github.com/oraclesorg/oracles-wiki' target='blank'>wiki</a> for more info.`;
Check POA Network <a href='https://github.com/poanetwork/wiki' target='blank'>wiki</a> for more info.`;
function generateElement(msg){
@ -37,7 +37,7 @@ let getWeb3 = () => {
netIdName = 'ERROR'
errorMsg = `You aren't connected to POA Network.
Please, switch on Oracles plugin and refresh the page.
Check POA Network <a href='https://github.com/oraclesorg/oracles-wiki' target='blank'>wiki</a> for more info.`
Check POA Network <a href='https://github.com/poanetwork/wiki' target='blank'>wiki</a> for more info.`
console.log('This is an unknown network.', netId)
}
results = {