Skip to content

Commit bc5faae

Browse files
committed
Fix some links to refer to Metal L2 and not OP Mainnet. Link offsite for content which is OP-Stack focused.
1 parent 8b81323 commit bc5faae

File tree

5 files changed

+14
-24
lines changed

5 files changed

+14
-24
lines changed

pages/_meta.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,6 @@
9191
"display": "children"
9292
},
9393

94-
"+++ OP MAINNET": {
95-
"title": "",
96-
"type": "separator"
97-
},
98-
"--- OP MAINNET": {
99-
"title": "OP MAINNET",
100-
"type": "separator"
101-
},
10294
"chain": {
10395
"title": "OP Mainnet",
10496
"display": "children"

pages/builders.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Builders
33
lang: en-US
4-
description: Learn about deploying contracts, cross-chain messaging, and tutorials to help you build applications on OP Mainnet.
4+
description: Learn about deploying contracts, cross-chain messaging, and tutorials to help you build applications on Metal L2.
55
---
66

77
import { Card, Cards } from 'nextra/components'
88

99
# Builders
1010

11-
Welcome to the Builders section. Here you'll find resources and guides for developers, operators, and other stakeholders involved in building on OP Stack. Explore the categories below to find the information you need.
11+
Welcome to the Builders section. Here you'll find resources and guides for developers, operators, and other stakeholders involved in building on Metal L2. Explore the categories below to find the information you need.
1212

1313
<Cards>
1414
<Card title="Notices" href="/builders/notices" />

pages/chain/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To access any Ethereum type network you need an endpoint. [These providers](/bui
2121

2222
For development purposes we recommend you use either a local development node or [Metal L2 Testnet](https://testnet.explorer.metall2.com/).
2323
That way you don't need to spend real money.
24-
If you need ETH on Metal L2 Testnet for testing purposes, [you can use this faucet](https://app.optimism.io/faucet?utm_source=docs).
24+
If you need ETH on Metal L2 Testnet for testing purposes, use any Sepolia faucet to acquire ETH and then use the testnet [bridge](https://testnet.bridge.metall2.com/) to bring it to Metal L2 Testnet .
2525

2626
## Interacting with Contracts on Metal L2 or Metal L2 Testnet
2727

pages/connect/contribute/docs-contribute.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Callout } from 'nextra/components'
88

99
# Contribute to Metal L2 Docs
1010

11-
Metal L2 Docs(docs.metall2.com) is an open-source project, and we welcome your contributions. Here's how you can help grow and support Metal L2 and the Optimism SuperChain.
11+
Metal L2 Docs(docs.metall2.com) is a fork of the Optimism docs, an open-source project. We welcome your contributions. Here's how you can help grow and support Metal L2. Please visit the [Optimism docs](https://docs.optimism.io/connect/contribute/docs-contribute) to contribute to Optimism.
1212

1313
## Ways to contribute
1414

pages/index.mdx

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ import { Cards, Card } from 'nextra/components'
1010

1111
Welcome to Metal L2 Docs, the unified home of [Metal L2's](/connect/resources/glossary#metal-l2) technical documentation and information about the [OP Stack](/stack/getting-started) that Metal L2 is built on.
1212

13-
Information about Metal DAO's governance, community, and mission can be found on the [Metal L2 Website](https://metall2.com).
13+
Information about Metal DAO's governance, community, and mission can be found on the [Metal L2 Website](https://metall2.com)
1414

15-
Information about Metal DAO's governance, community, and mission can be found on the [Metal L2 Website](https://metall2.com).
16-
17-
Whether you're a developer building a app on Metal L2 or a node operator running a Metal L2 node you'll find everything you need to get started right here.
15+
Whether you're a developer building an app on Metal L2 or a node operator running a Metal L2 node you'll find everything you need to get started right here.
1816

1917
<Cards>
2018
<Card title="App Developers" href="/builders/app-developers/overview" icon={<img src="img/icons/terminal-window-line.svg" />} />
@@ -27,20 +25,20 @@ Whether you're a developer building a app on Metal L2 or a node operator running
2725

2826
</Cards>
2927

30-
## Featured tools
28+
## Featured Superchain tools
3129

32-
Check out these amazing tools, so you can get building with Metal L2.
30+
Check out these amazing tools, so you can get building on Metal L2.
3331

3432
<Cards>
35-
<Card title="Superchain faucet" href="https://console.optimism.io/faucet?utm_source=docs" icon={<img src="img/icons/gear.svg" />} />
33+
<Card title="Superchain faucet" href="https://console.optimism.io/faucet/" target="optimism" icon={<img src="img/icons/gear.svg" />} />
3634

37-
<Card title="Scaffold-OP" href="/builders/app-developers/quick-start" icon={<img src="img/icons/gear.svg" />} />
35+
<Card title="Scaffold-OP" href="https://docs.optimism.io/builders/app-developers/quick-start" target="optimism" icon={<img src="img/icons/gear.svg" />} />
3836

39-
<Card title="Superchain Dev Console" href="https://console.optimism.io/?utm_source=docs" icon={<img src="img/icons/gear.svg" />} />
37+
<Card title="Superchain Dev Console" href="https://console.optimism.io/" target="optimism" icon={<img src="img/icons/gear.svg" />} />
4038

41-
<Card title="Open-Source repo" href="/builders/app-developers/tools/ecosystem-overview" icon={<img src="img/icons/gear.svg" />} />
39+
<Card title="Fee parameter calculator" href="https://docs.optimism.io/builders/tools/fee-calculator" target="optimism" icon={<img src="img/icons/gear.svg" />} />
4240

43-
<Card title="Fee parameter calculator" href="/builders/tools/fee-calculator" icon={<img src="img/icons/gear.svg" />} />
41+
<Card title="Open-Source repo" href="https://docs.optimism.io/builders/app-developers/tools/ecosystem-overview" target="optimism" icon={<img src="img/icons/gear.svg" />} />
4442

4543
</Cards>
4644

@@ -59,5 +57,5 @@ These documents should have you covered with detailed guides to help you learn a
5957

6058
<Card title="About the OP Stack" href="/stack/getting-started" icon={<img src="img/icons/book.svg" />} />
6159

62-
<Card title="About the Superchain" href="/superchain/superchain-explainer" icon={<img src="img/icons/book.svg" />} />
60+
<Card title="About the Superchain" href="https://docs.optimism.io/superchain/superchain-explainer" target="optimism" icon={<img src="img/icons/book.svg" />} />
6361
</Cards>

0 commit comments

Comments
 (0)