Skip to content

Commit 823812b

Browse files
committed
removed tutorial links
1 parent 4f1b8a7 commit 823812b

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

pages/app-developers/tutorials.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ If you're a bit more familiar with the OP Stack and Ethereum, you can try walkin
2424
<Cards>
2525
<Card title="Estimating transaction costs on OP Stack" href="/app-developers/tutorials/transactions/sdk-estimate-costs" icon={<img src="/img/icons/shapes.svg" />} />
2626
<Card title="Tracing deposits and withdrawals" href="/app-developers/tutorials/transactions/sdk-trace-txns" icon={<img src="/img/icons/shapes.svg" />} />
27-
<Card title="Viewing deposits and withdrawals by address" href="/app-developers/tutorials/transactions/sdk-view-txns" icon={<img src="/img/icons/shapes.svg" />} />
2827
<Card title="Triggering OP Stack transactions from Ethereum" href="/app-developers/tutorials/transactions/send-tx-from-eth" icon={<img src="/img/icons/shapes.svg" />} />
2928
<Card title="Transaction tutorials" href="/app-developers/tutorials/transactions" icon={<img src="/img/icons/shapes.svg" />} />
3029
</Cards>

pages/app-developers/tutorials/transactions.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ This is a collection of app developer tutorials focused on transactions.
1313
<Cards>
1414
<Card title="Estimating transaction costs on OP Stack" href="/app-developers/tutorials/transactions/sdk-estimate-costs" icon={<img src="/img/icons/shapes.svg" />} />
1515
<Card title="Tracing deposits and withdrawals" href="/app-developers/tutorials/transactions/sdk-trace-txns" icon={<img src="/img/icons/shapes.svg" />} />
16-
<Card title="Viewing deposits and withdrawals by address" href="/app-developers/tutorials/transactions/sdk-view-txns" icon={<img src="/img/icons/shapes.svg" />} />
1716
<Card title="Triggering OP Stack transactions from Ethereum" href="/app-developers/tutorials/transactions/send-tx-from-eth" icon={<img src="/img/icons/shapes.svg" />} />
1817
</Cards>

pages/app-developers/tutorials/transactions/_meta.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"sdk-view-txns": "Viewing deposits and withdrawals by address",
32
"sdk-trace-txns": "Tracing deposits and withdrawals",
43
"sdk-estimate-costs": "Estimating transaction costs",
54
"send-tx-from-eth": "Triggering OP Mainnet transactions from Ethereum"

public/_redirects

-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
/builders/dapp-developers/tutorials/cross-dom-bridge-eth /app-developers/tutorials/bridging/cross-dom-bridge-eth
4848
/builders/dapp-developers/tutorials/cross-dom-bridge-erc20 /app-developers/tutorials/bridging/cross-dom-bridge-erc20
4949
/builders/dapp-developers/tutorials/sdk-estimate-costs /app-developers/tutorials/transactions/sdk-estimate-costs
50-
/builders/dapp-developers/tutorials/sdk-view-txns /app-developers/tutorials/transactions/sdk-view-txns
5150
/builders/dapp-developers/tutorials/sdk-trace-txns /app-developers/tutorials/transactions/sdk-trace-txns
5251
/builders/dapp-developers/tutorials/send-tx-from-eth /app-developers/tutorials/transactions/send-tx-from-eth
5352
/builders/dapp-developers/tutorials/cross-dom-solidity /app-developers/tutorials/bridging/cross-dom-solidity
@@ -149,7 +148,6 @@
149148
/app-developers/tutorials/cross-dom-bridge-eth /app-developers/tutorials/bridging/cross-dom-bridge-eth
150149
/app-developers/tutorials/cross-dom-bridge-erc20 /app-developers/tutorials/bridging/cross-dom-bridge-erc20
151150
/app-developers/tutorials/sdk-estimate-costs /app-developers/tutorials/transactions/sdk-estimate-costs
152-
/app-developers/tutorials/sdk-view-txns /app-developers/tutorials/transactions/sdk-view-txns
153151
/app-developers/tutorials/sdk-trace-txns /app-developers/tutorials/transactions/sdk-trace-txns
154152
/app-developers/tutorials/send-tx-from-eth /app-developers/tutorials/transactions/send-tx-from-eth
155153
/app-developers/tutorials/cross-dom-solidity /app-developers/tutorials/bridging/cross-dom-solidity

0 commit comments

Comments
 (0)