Skip to content

Commit 1722bb1

Browse files
authored
Merge pull request #685 from ethereum-optimism/delete-optimist-profile
remove profile page + fix internal links
2 parents 4090a76 + c1693c1 commit 1722bb1

File tree

5 files changed

+5
-51
lines changed

5 files changed

+5
-51
lines changed

pages/builders/node-operators/network-upgrades.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Data Availability (DA) upgrade:
7373

7474
### [Delta](https://specs.optimism.io/protocol/superchain-upgrades.html#delta)
7575

76-
The Delta upgrade consists of a single consensus-layer feature: [Span Batches](https://specs.optimism.io/protocol/span-batches.html).
76+
The Delta upgrade consists of a single consensus-layer feature: [Span Batches](https://specs.optimism.io/protocol/delta/span-batches.html).
7777

7878
The Delta upgrade uses a *L2 block-timestamp* activation-rule, and is specified only in the rollup-node (`delta_time`).
7979

pages/chain/identity/_meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"about-attestations": "About Attestations",
44
"contracts-eas": "Contracts (EAS)",
55
"schemas": "Schemas",
6-
"optimist-profile": "Optimist Profile",
76
"applications": "Apps"
87
}

pages/chain/identity/optimist-profile.mdx

Lines changed: 0 additions & 47 deletions
This file was deleted.

pages/chain/identity/schemas.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ Below you will find a list of relevant schemas that are being used on OP Mainnet
3232

3333
## Next Steps
3434

35-
For detailed instructions, see [Optimist Profile](optimist-profile#common-questions).
35+
* For more information on working with attestations, see [Build Decentralized Identity Apps with Attestations](/chain/identity/about-attestations).
36+
* To see a list of applications using EAS, see [Attestation Apps](/chain/identity/applications).

public/_redirects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
/builders/dapp-developers/dapp-developer-overview /builders/app-developers/overview
1313
/tokenlist /chain/tokenlist
1414
/addresses /chain/addresses
15-
/identity/optimist-profile /chain/identity/optimist-profile
15+
/identity/optimist-profile /chain/identity/overview
16+
/chain/identity/optimist-profile /chain/identity/overview
1617
/stack/transactions/transaction-fees /stack/transactions/fees
1718
/builders/tools/monitoring/regenesis-history /builders/tools/monitor/regenesis-history
1819
/builders/dapp-developers/bridging/basics /builders/app-developers/bridging/basics

0 commit comments

Comments
 (0)