Skip to content

Commit fbbf7de

Browse files
committed
fixing more broken links
1 parent 6f3f1f8 commit fbbf7de

File tree

11 files changed

+9
-14
lines changed

11 files changed

+9
-14
lines changed

pages/builders/chain-operators/configuration/rollup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ instead of the older output oracle mechanism.
973973

974974
The Custom Gas Token configuration lets OP Stack chain operators deploy their
975975
chain allowing a specific ERC-20 token to be deposited in as the native token
976-
to pay for gas fees. Learn more [here](/stack/features/custom-gas-token).
976+
to pay for gas fees. Learn more [here](/stack/beta-features/custom-gas-token).
977977

978978
***
979979

pages/builders/chain-operators/features/alt-da-mode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,6 @@ After making these changes, your system should be properly configured to use the
224224

225225
## Next Steps
226226

227-
* Additional questions? See the FAQ section in the [Alt-DA Mode Explainer](/stack/beta-features/alt-da-mode#faqs).
227+
* Additional questions? See the FAQ section in the [Alt-DA Mode Explainer](/stack/bet/alt-da-mode#faqs).
228228
* For more detailed info on Alt-DA Mode, see the [specs](https://specs.optimism.io/experimental/alt-da.html).
229229
* If you experience any problems, please reach out to [developer support](https://github.com/ethereum-optimism/developers/discussions).

pages/builders/chain-operators/tools/chain-monitoring.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Additional flags:
7171

7272
You can find more info on `op-dispute-mon` on [the repo](https://github.com/ethereum-optimism/optimism/tree/develop/op-dispute-mon).
7373

74-
Chain operators can easily create their grafana dashboard for Dispute Monitor using the following json file: [Download the Dispute Monitor JSON](/grafana/dispute-monitor-1718214549035.json).
74+
Chain operators can easily create their grafana dashboard for Dispute Monitor using the following json file: [Download the Dispute Monitor JSON](/resources/grafana/dispute-monitor-1718214549035.json).
7575

7676
## Offchain Component Monitoring
7777

pages/builders/chain-operators/tools/op-deployer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ else. You can run another member of the `inspect` family, `rollup`, to get the `
123123

124124
## Next Steps
125125

126-
* For more details, check out the tool and documentation in the [op-deployer repository](https://github.com/ethereum-optimism/optimism/tree/develop/op-chain-ops/cmd/op-deployer).
126+
* For more details, check out the tool and documentation in the [op-deployer repository](https://github.com/ethereum-optimism/optimism/tree/develop/op-deployer/cmd/op-deployer).
127127
* For more information on OP Contracts Manager, refer to the [OPCM documentation](/stack/opcm).

pages/builders/notices/fp-changes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you experience difficulty at any stage of this process, please reach out to [
1717

1818
**ALL** withdrawals that are not finalized before the Fault Proofs upgrade executes will need to be reproven after the upgrade is complete.
1919

20-
* Reproving simply requires that you execute the [withdrawal proving flow](https://docs.optimism.io/stack/rollup/withdrawal-flow) again.
20+
* Reproving simply requires that you execute the [withdrawal proving flow](https://docs.optimism.io/stack/transactions/withdrawal-flow) again.
2121
* Withdrawals prior to the Fault Proofs upgrade must wait a 7-day challenge period before finalization. As a result, any withdrawal initiated less than 7 days before the upgrade cannot be finalized before the upgrade is executed. You may want to consider waiting until after the upgrade is complete to begin a withdrawal during this 7-day window.
2222
</Callout>
2323

pages/builders/notices/granite-changes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you experience difficulty at any stage of this process, please reach out to [
1717

1818
## What's Included in Granite
1919

20-
This upgrade is proposed in response to security vulnerabilities identified during a series of third-party security audits by Spearbit, Cantina, and Code4rena. None of the vulnerabilities have been exploited, and user assets are not and were never at risk. However, out of an abundance of caution, the permissioned fallback mechanism has been activated in order to avoid any potential instability while the vulnerabilities are patched. For more information on the permissioned fallback mechanism and the OP Stack's defense-in-depth approach to Fault Proof security, see the [fault proof documentation](https://docs.optimism.io/stack/fault-proofs/fp-security).
20+
This upgrade is proposed in response to security vulnerabilities identified during a series of third-party security audits by Spearbit, Cantina, and Code4rena. None of the vulnerabilities have been exploited, and user assets are not and were never at risk. However, out of an abundance of caution, the permissioned fallback mechanism has been activated in order to avoid any potential instability while the vulnerabilities are patched. For more information on the permissioned fallback mechanism and the OP Stack's defense-in-depth approach to Fault Proof security, see the [fault proof documentation](/stack/fault-proofs/fp-security).
2121

2222
The upgrade includes both a set of smart contract upgrades to fix the vulnerabilities identified in the audit as well as an L2 hardfork to improve the stability and performance of the fault proof system. In addition, we propose extending the capabilities of the Guardian and DeputyGuardian to set the anchor state for the fault proof system in order to prevent referencing invalid anchor states. Aside from implementing these fixes, the primary impact of this upgrade would be to reset user withdrawals at the planned time, similar to the initial Fault Proof upgrade.
2323

pages/builders/tools/build/account-abstraction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If enabled by the chain operator, also see the supplemental [op-txproxy](/builde
3131

3232
## Superchain Paymaster
3333

34-
The Superchain paymaster is an ERC-4337 verifying paymaster that sponsors transactions for smart accounts on the Superchain. Use the Superchain Paymaster to get your transactions sponsored to remove friction from your app experience. [View the implementation guide and tutorials here.](https://github.com/ethereum-optimism/ecosystem/tree/main/docs/superchain-paymaster)
34+
The Superchain paymaster is an ERC-4337 verifying paymaster that sponsors transactions for smart accounts on the Superchain. Use the Superchain Paymaster to get your transactions sponsored to remove friction from your app experience.
3535

3636
## Account Abstraction Tools
3737

pages/builders/tools/build/nft-tools.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,3 @@ These tools are available on OP Mainnet:
5959
* [Tofu](https://tofunft.com/optimism)
6060
* [OptiMarket](https://optimarket.io/)
6161
* [Circular Art](https://www.circularart.xyz/)
62-
63-
## Marketplace aggregators
64-
65-
* [Bluesweep](https://www.bluesweep.xyz/)

pages/connect/contribute/style-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Developers trust that we will lead them to sites or pages related to their readi
298298

299299
* Use absolute or relative links when linking across pages in the site. Absolute links are cleaner and easier to work with when pages are nested, so they are the recommended option.
300300

301-
**Examples**: absolute link `(/protocol/deposit-flow)` versus relative link `(../../protocol/deposit-flow)`
301+
**Examples**: absolute link `(/stack/transactions/deposit-flow)` versus relative link `(../../protocol/deposit-flow)`
302302

303303
* Use the exact title of the page when linking to it in a sentence, whenever possible, and display it in title case. The link should use default styling with no other formatting (bold, italics, quotations).
304304

pages/stack/transactions/withdrawal-flow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The Chugsplash Proxy operates differently than standard proxies. During a withdr
9898
For more information about the withdrawal process and how it works on Optimism, refer to the following resources:
9999

100100
* [Smart Contracts Overview](https://docs.optimism.io/stack/rollup/smart-contracts)
101-
* [Withdrawal Flow](https://docs.optimism.io/stack/rollup/withdrawal-flow#withdrawal-initiating-transaction)
101+
* [Withdrawal Flow](https://docs.optimism.io/stack/transactions/withdrawal-flow#withdrawal-initiating-transaction)
102102

103103
### Offchain processing
104104

0 commit comments

Comments
 (0)