Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Text Fixes Changes Made #1128

Merged
merged 5 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/404.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Page Not Found
lang: en-US
description: 404 page not found and directs users to submit an git issue.
description: 404 page not found and directs users to submit a GitHub issue.
---

# Page Not Found
Expand Down
2 changes: 1 addition & 1 deletion pages/chain/addresses.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This reference guide lists all the contract addresses for Mainnet and Testnet, a
See the [Smart Contracts Overview](/stack/smart-contracts) for high-level details and access to the source code.

<Callout>
This page is automatically generated from packages in the [superchain-registry](https://github.com/ethereum-optimism/superchain-registry/tree/main) which keeps the content synched and up-to-date.
This page is automatically generated from packages in the [superchain-registry](https://github.com/ethereum-optimism/superchain-registry/tree/main) which keeps the content synced and up-to-date.
</Callout>

## Mainnet
Expand Down
2 changes: 1 addition & 1 deletion pages/chain/security/security-policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Callout } from 'nextra/components'
This page describes general best practices for reporting bugs and provides specific reporting guidelines for OP Stack and OP Mainnet code contained within the [ethereum-optimism](https://github.com/ethereum-optimism) GitHub organization.

<Callout type="error">
**Do not** disclose vulnerabilities publicly or by executing them against a production network. If you do, will you not only be putting users at risk, but you will forfeit your right to a reward. Always follow the appropriate reporting pathways as described below.
**Do not** disclose vulnerabilities publicly or by executing them against a production network. If you do, you will not only be putting users at risk, but you will forfeit your right to a reward. Always follow the appropriate reporting pathways as described below.

* **Do not** disclose the vulnerability publicly, for example by filing a public ticket.
* **Do not** test the vulnerability on a publicly available network, either the testnet or the mainnet.
Expand Down
2 changes: 1 addition & 1 deletion pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Information about the Optimism Collective's governance, community, and mission c

## Guides for builders

Whether you're a developer building a app on OP Mainnet, a node operator running an OP Mainnet node, or a chain operator launching your own OP Stack chain, you'll find everything you need to get started right here.
Whether you're a developer building an app on OP Mainnet, a node operator running an OP Mainnet node, or a chain operator launching your own OP Stack chain, you'll find everything you need to get started right here.

<Cards>
<Card title="App developers" href="/builders/app-developers/overview" icon={<img src="img/icons/terminal-window-line.svg" />} />
Expand Down
Loading