Skip to content

Commit c755f5f

Browse files
authored
Merge pull request 0xPolygon#290 from 0xPolygon/link-fixes
Link fixes
2 parents 6ff44fd + a394ae4 commit c755f5f

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

docs/pos/concepts/transactions/meta-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dApp, and depending on whether you're migrating to meta transactions or building
8989
To integrate your dApp with Meta Transactions on Polygon, you can choose to go with one of the following
9090
relayers or spin up a custom solution:
9191

92-
- [Biconomy](https://docs.biconomy.io/Account/transactions/gasless)
92+
- [Biconomy](https://docs.biconomy.io/quickstart)
9393
- [Gas Station Network (GSN)](https://docs.opengsn.org/#ethereum-gas-station-network-gsn)
9494
- [Infura](https://infura.io/product/ethereum/transactions-itx)
9595
- [Gelato](https://docs.gelato.network/developer-products/gelato-relay-sdk)

docs/pos/how-to/full-node/full-node-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ sudo -u heimdall heimdalld init --chain=mumbai --home /var/lib/heimdall
9393

9494
### Configure service files for bor and heimdall
9595

96-
After successfully installing Bor and Heimdall through [packages](#install-with-packages-recommended), their service file could be found under `/lib/systemd/system`, and Bor's config
96+
After successfully installing Bor and Heimdall through [packages](#install-packages), their service file could be found under `/lib/systemd/system`, and Bor's config
9797
file could be found under `/var/lib/bor/config.toml`.
9898
You will need to check and modify these files accordingly.
9999

docs/pos/how-to/validator/validator-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The sentry machine must have the following ports open to the world `0.0.0.0/0`:
178178

179179
## Configure service files for Bor and Heimdall
180180

181-
After successfully installing Bor and Heimdall through [packages](#install-with-packages-recommended), their service file could be found under `/lib/systemd/system`, and Bor's config
181+
After successfully installing Bor and Heimdall through [packages](#installing-package), their service file could be found under `/lib/systemd/system`, and Bor's config
182182
file could be found under `/var/lib/bor/config.toml`.
183183
You will need to check and modify these files accordingly.
184184

docs/tools/oracles/bandchain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ Band Protocol allows you to query data from traditional web APIs and use it in t
7575

7676
Once the validation contract is deployed, the state variables can be accessed by querying from a dApp. Similarly multiple validation contracts can be created for different in-built oracle scripts. The IBridge interface has a method called `relayAndVerify()` that verifies the values being updated each time in the validation contract. The `update()` method in the validation contract has the logic to update the state variables. The EVM proof obtained from querying the oracle script has to be passed to the `update()` method. Each time a value is updated, the BandChain contract deployed on Polygon verifies the data before storing it in the contract state variable.
7777

78-
The BandChain provides a decentralized network of oracles that can be used by dApps to boost their smart contract logic. The BandChain docs on deploying the contract, storing the values, and updating them can be found [**here**](https://docs.bandchain.org/dapp-developers/requesting-data-from-bandchain/requesting-data-via-js-library).
78+
The BandChain provides a decentralized network of oracles that can be used by dApps to boost their smart contract logic. The BandChain docs on deploying the contract, storing the values, and updating them can be found [**here**](https://docs.bandchain.org/develop/developer-tools/bandchain.js/getting-started).

docs/tools/oracles/optimisticoracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ There is much more information and explanation in the code comments, so please t
268268

269269
Here are some additional resources regarding the UMA DVM:
270270

271-
- [Technical architecture](https://docs.umaproject.org/oracle/tech-architecture).
271+
- [Technical architecture](https://docs.uma.xyz/protocol-overview/how-does-umas-oracle-work).
272272
- [Economic architecture](https://docs.umaproject.org/oracle/econ-architecture).
273273
- [Blog post](https://medium.com/uma-project/umas-data-verification-mechanism-3c5342759eb8) on UMA’s DVM design.
274274
- [Whitepaper](https://github.com/UMAprotocol/whitepaper/blob/master/UMA-DVM-oracle-whitepaper.pdf) on UMA’s DVM design.

docs/tools/wallets/metamask/add-polygon-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ In order to view the flow of funds in your accounts, on the Polygon Network, you
55

66
There are two ways to do it:
77

8-
1. [Using Polygonscan](add-polygon-network.md#polygon-scan)
9-
2. [Add the Polygon network manually](add-polygon-network.md#add-the-polygon-network-manually)
8+
- [Using Polygonscan](../metamask/add-polygon-network.md#using-polygonscan)
9+
- [Add the Polygon network manually](../metamask/add-polygon-network.md#add-the-polygon-network-manually)
1010

1111
!!! tip
1212
Find a tip at the end of this article on how to easily add **Polygon Mainnet** to Metamask.

docs/tools/wallets/metamask/create-metamask-wallet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MetaMask is a free and secure browser extension that allows web applications to
77

88
## Step 1. Install MetaMask on your browser
99

10-
To create a new wallet with MetaMask you need to install the extension first. You can install MetaMask for [Chrome](https://chrome.google.com/webstore/detail/nkbihfbeogaeaoehlefnkodbefgpgknn)[Firefox](https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/), Brave and [Opera](https://addons.opera.com/en/extensions/details/metamask/) browsers.
10+
To create a new wallet with MetaMask you need to install the extension first. You can install MetaMask for [Chrome](https://chrome.google.com/webstore/detail/nkbihfbeogaeaoehlefnkodbefgpgknn)[Firefox](https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/), Brave and [Opera](https://addons.opera.com/en/extensions/details/metamask-10/) browsers.
1111

1212
1. Open [https://metamask.io](https://metamask.io/) or search for “Metamask extension” using your favorite search engine.
1313

docs/zkEVM/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ zkEVM's upgrades are on par with Ethereum's security standards as they involve d
1919
- A timelock contract to give users sufficient time delay to withdraw before execution.
2020
- A transparent upgradeable proxy, from OpenZeppelin’s libraries of audited and battle-tested contracts.
2121

22-
The activation of the 10-day timelock for upgrading zkEVM's smart contracts on Ethereum requires approval by the network's [Admin](https://etherscan.io/address/0x242daE44F5d8fb54B198D03a94dA45B5a4413e21), a three-participant multisig that acts as a [governance tool](https://wiki.polygon.technology/docs/zkevm/protocol/admin-role/#:~:text=Governance%20of%20zKEVM%20Contracts%E2%80%8B&text=sol%20contract%20instance%20is%20assigned,of%20Polygon%20zkEVM%20L1%20contracts.) for the protocol. This is a Gnosis Safe with a 2/3 threshold.
22+
The activation of the 10-day timelock for upgrading zkEVM's smart contracts on Ethereum requires approval by the network's [Admin](https://etherscan.io/address/0x242daE44F5d8fb54B198D03a94dA45B5a4413e21), a three-participant multisig that acts as a [governance tool](../zkEVM/architecture/protocol/admin-role.md#governance-of-zkevm-contracts) for the protocol. This is a Gnosis Safe with a 2/3 threshold.
2323

2424
In the event of an emergency that puts user funds at risk, the network's [Security Council](https://etherscan.io/address/0x37c58Dfa7BF0A165C5AAEdDf3e2EdB475ac6Dcb6) may remove the 10-day timelock. In such an emergency, the network state stops advancing and bridge functionality is paused. The Security Council is an eight-participant multisig. This is a Gnosis Safe with a 6/8 threshold. Learn more about [zkEVM upgradability](https://docs-staging.polygon.technology/zkEVM/architecture/protocol/upgradability/).
2525

0 commit comments

Comments
 (0)