Skip to content

Commit 1d856e0

Browse files
Merge pull request #504 from scroll-tech/develop
Fix what's next url
2 parents 3eb897d + 8a311e0 commit 1d856e0

File tree

13 files changed

+13
-7
lines changed

13 files changed

+13
-7
lines changed

src/content/docs/en/developers/developer-ecosystem.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Developer Ecosystem"
55
lang: "en"
66
permalink: "developers/developer-quickstart"
77
excerpt: "Scroll Developer Quickstart helps you acquire testnet Ether, configure your network, and access all of your favorite tooling"
8-
whatsnext: { "Verify Your Smart Contracts": "/en/developers/verifying-smart-contracts" }
8+
whatsnext: { "Scroll Messenger Cross-chain Integrations": "/en/developers/guides/scroll-messenger-cross-chain-interaction" }
99
---
1010

1111
import Aside from "../../../../components/Aside.astro"

src/content/docs/en/developers/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: Last Modified
44
title: "Developer Frequently Asked Questions"
55
lang: "en"
66
permalink: "developers/faq"
7-
whatsnext: { "L1 & L2 Bridging": "/en/developers/getting-started/" }
7+
whatsnext: { "Scroll Contracts": "/en/developers/scroll-contracts/" }
88
excerpt: "."
99
---
1010

src/content/docs/en/developers/guides/auditing-your-code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: Last Modified
44
title: "Auditing your code"
55
lang: "en"
66
permalink: "developers/guides/auditing-your-code"
7-
whatsnext: { "Running a Scroll Node": "/developers/guides/running-a-scroll-node" }
7+
whatsnext: { "Checking Transaction Journey Guide": "/developers/guides/checking-transaction-journey" }
88
excerpt: "Get your code audited in the Scroll Audit Marketplace built on Areta Market."
99
---
1010

src/content/docs/en/developers/guides/running-a-scroll-node.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Running a Scroll L2geth Node"
55
lang: "en"
66
permalink: "developers/guides/running-a-scroll-node"
77
excerpt: "This guide contains instructions on how to run your own node on the Scroll network."
8-
whatsnext: { "Checking Transaction Journey Guide": "/developers/guides/checking-transaction-journey" }
8+
whatsnext: { "Auditing Your Code": "/developers/guides/auditing-your-code" }
99
---
1010

1111
import Aside from "../../../../../components/Aside.astro"

src/content/docs/en/developers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Building on Scroll"
55
lang: "en"
66
permalink: "developers/"
77
excerpt: "Building on Scroll feels just like Ethereum, and you can bring your favorite tooling and contracts with you."
8-
whatsnext: { "Developer Quickstart": "/en/developers/developer-quickstart" }
8+
whatsnext: { "Frequently Asked Questions": "/en/developers/faq" }
99
---
1010

1111
import Aside from "../../../../components/Aside.astro"

src/content/docs/en/developers/transaction-fees-on-scroll.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: Last Modified
44
title: "Transaction Fees on Scroll"
55
lang: "en"
66
permalink: "developers/transaction-fees-on-scroll"
7-
whatsnext: { "Contract Deployment Tutorial": "/en/developers/guides/contract-deployment-tutorial/" }
7+
whatsnext: { "Developer Ecosystem": "/en/developers/developer-ecosystem/" }
88
excerpt: "Understand how L1 and L2 transaction fees work on Scroll "
99
---
1010

src/content/docs/en/technology/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Scroll Architecture"
55
lang: "en"
66
permalink: "technology"
77
whatsnext:
8-
{ "Scroll Chain": "/en/technology/chain/accounts", "Bridge": "/en/technology/bridge/cross-domain-messaging", "Sequencer": "/en/technology/sequencer/execution-node", "zkEVM": "/en/technology/zkevm/zkevm-overview" }
8+
{ "Scroll Upgrades": "/en/technology/overview/scroll-upgrades", "Scroll Chain": "/en/technology/chain/accounts", "Bridge": "/en/technology/bridge/cross-domain-messaging", "Sequencer": "/en/technology/sequencer/execution-node", "zkEVM": "/en/technology/zkevm/zkevm-overview" }
99
---
1010

1111
import ClickToZoom from "../../../../components/ClickToZoom.astro"

src/content/docs/en/technology/overview/scroll-upgrades.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date: Last Modified
44
title: "Scroll Upgrades"
55
lang: "en"
66
permalink: "technology/overview/scroll-upgrades"
7+
whatsnext: { "Euclid Upgrade": "/en/technology/overview/scroll-upgrades/euclid-upgrade" }
78
---
89

910
As the team continues to progress on Scroll's roadmap, we will be upgrading the Scroll network to include new features and improvements.

src/content/docs/en/technology/overview/scroll-upgrades/bernoulli-upgrade.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date: Last Modified
44
title: "Bernoulli Upgrade"
55
lang: "en"
66
permalink: "technology/overview/scroll-upgrades/bernoulli-upgrade"
7+
whatsnext: { "Accounts and State": "/en/technology/chain/accounts" }
78
---
89

910
### Overview

src/content/docs/en/technology/overview/scroll-upgrades/curie-upgrade.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date: Last Modified
44
title: "Curie Upgrade"
55
lang: "en"
66
permalink: "technology/overview/scroll-upgrades/curie-upgrade"
7+
whatsnext: { "Bernoulli Upgrade": "/en/technology/overview/scroll-upgrades/bernoulli-upgrade" }
78
---
89

910
### Overview

0 commit comments

Comments
 (0)