Skip to content

Commit 38c4d8e

Browse files
committed
fix: broken links
1 parent e0b3329 commit 38c4d8e

File tree

7 files changed

+45
-25
lines changed

7 files changed

+45
-25
lines changed

docs/docs/learn/builder-guides/hello-bitcoin/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Solidity and a toolchain are sufficient to get you started deploying contracts o
4646

4747
We start with installing the prerequisites for the development environment.
4848

49-
- Get Sepolia ETH and bridge them to BOB. Use the links on the [Connect to BOB](/learn/user-guides/networks) page.
49+
- Get Sepolia ETH and bridge them to BOB. Use the links on the [Connect to BOB](/learn/user-guides/getting-started/networks) page.
5050
- Setup either Remix or Foundry as your development environment. If you want to get started without having to install software, use Remix. If you are planning to develop more complex contracts, use Foundry.
5151

5252
<Tabs groupId="dev-env">

docs/docs/learn/introduction/gateway/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gateway powers the [BOB BTC Bridge](https://app.gobob.xyz/en?type=deposit&networ
1717
:::info Bridge or Stake BTC on BOB
1818
Check our user guides to learn how to swap your BTC to wrapped BTC or staked BTC.
1919
- [Bridge BTC to BOB](/learn/user-guides/onboard-to-bob/bob-gateway/): Receive wBTC or tBTC on BOB.
20-
- [Stake BTC on BOB](/learn/user-guides/bob-stake): Receive xSolvBTC, uniBTC, or other staked BTC on BOB.
20+
- [Stake BTC on BOB](/learn/user-guides/stake-btc/): Receive xSolvBTC, uniBTC, or other staked BTC on BOB.
2121
:::
2222

2323
## Gateway for Builders

docs/docs/learn/introduction/hybrid-btc/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import HybridBtcDiagram from "./hybrid-btc-flow.svg";
77

88
# HybridBTC
99

10-
HybridBTC is BOB's first yield-generating product, enabling Bitcoin holders to earn real yield on their BTC through BOB's cross-chain infrastructure. Like all BOB products, it reflects our commitment to making Bitcoin DeFi safer and more accessible by leveraging modern EVM tooling. We've unified best-in-class solutions into one seamless experience, from [paying fees with BTC](/learn/builder-guides/bridged-btc-gas-fee), to [signing with your Bitcoin wallet](/learn/reference/tools/account-abstraction/#btc-connect), to [staking your BTC directly from Bitcoin](/learn/user-guides/stake-with-ledger). HybridBTC builds on this foundation to deliver secure, efficient yield generation for Bitcoin holders.
10+
HybridBTC is BOB's first yield-generating product, enabling Bitcoin holders to earn real yield on their BTC through BOB's cross-chain infrastructure. Like all BOB products, it reflects our commitment to making Bitcoin DeFi safer and more accessible by leveraging modern EVM tooling. We've unified best-in-class solutions into one seamless experience, from [paying fees with BTC](/learn/builder-guides/bridged-btc-gas-fee), to [signing with your Bitcoin wallet](/learn/reference/tools/account-abstraction/#btc-connect), to [staking your BTC directly from Bitcoin](/learn/user-guides/stake-btc/#ledger-guide). HybridBTC builds on this foundation to deliver secure, efficient yield generation for Bitcoin holders.
1111

1212
## Quick Overview
1313

docs/docs/learn/introduction/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Learn more in the [BOB: The Hybrid L2 whitepaper](https://docs.gobob.xyz/whitepa
4848
<h4>Setup your Wallet</h4>
4949
</div>
5050
<div className="card__body">
51-
<a className="button button--lg button--primary button--block" href="/learn/user-guides/getting-started.mdx">
51+
<a className="button button--lg button--primary button--block" href="/learn/user-guides/getting-started/">
5252
Connect to BOB
5353
</a>
5454
</div>
@@ -60,7 +60,7 @@ Learn more in the [BOB: The Hybrid L2 whitepaper](https://docs.gobob.xyz/whitepa
6060
<h4>Add funds to your Wallet</h4>
6161
</div>
6262
<div className="card__body">
63-
<a className="button button--lg button--primary button--block" href="/learn/user-guides/onboard-to-bob.mdx">
63+
<a className="button button--lg button--primary button--block" href="/learn/user-guides/onboard-to-bob/">
6464
Bridge to BOB
6565
</a>
6666
</div>
@@ -72,7 +72,7 @@ Learn more in the [BOB: The Hybrid L2 whitepaper](https://docs.gobob.xyz/whitepa
7272
<h4>Stake your Bitcoin</h4>
7373
</div>
7474
<div className="card__body">
75-
<a className="button button--lg button--primary button--block" href="/learn/user-guides/bob-stake.mdx">
75+
<a className="button button--lg button--primary button--block" href="/learn/user-guides/stake-btc/">
7676
Stake BTC
7777
</a>
7878
</div>
@@ -89,7 +89,7 @@ Learn more in the [BOB: The Hybrid L2 whitepaper](https://docs.gobob.xyz/whitepa
8989
<h4>Deploy a Smart Contract</h4>
9090
</div>
9191
<div className="card__body">
92-
<a className="button button--lg button--secondary button--block" href="/learn/builder-guides/hello-bitcoin.mdx">
92+
<a className="button button--lg button--secondary button--block" href="/learn/builder-guides/hello-bitcoin/">
9393
Hello Bitcoin
9494
</a>
9595
</div>
@@ -113,7 +113,7 @@ Learn more in the [BOB: The Hybrid L2 whitepaper](https://docs.gobob.xyz/whitepa
113113
<h4>Start a Full Node</h4>
114114
</div>
115115
<div className="card__body">
116-
<a className="button button--lg button--secondary button--block" href="/learn/builder-guides/full-node.mdx">
116+
<a className="button button--lg button--secondary button--block" href="/learn/builder-guides/full-node">
117117
Run a Full Node
118118
</a>
119119
</div>

docs/docs/learn/introduction/stack-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The majority of Bitcoin's stack and applications built around it are implemented
8787

8888
[BOB Bridge](/learn/user-guides/onboard-to-bob/bob-gateway/) is our intent-based Bitcoin bridge built on the light client verification mentioned above. It is optimized to be fast, inexpensive, and programmable. As of this writing, 30,000 users have swapped a total of 75 BTC in a trust-minimized, peer-to-peer way.
8989

90-
[BOB Stake](/learn/user-guides/bob-stake/) extends this idea by executing users' "intents" to stake, restake, or lend their BTC automatically during the bridge process. There are [more than a dozen options available](https://app.gobob.xyz/en/stake) at the moment, some offering five different sources of yield. All options are BTC-denominated and have no risk of impermanent loss.
90+
[BOB Stake](/learn/user-guides/stake-btc/) extends this idea by executing users' "intents" to stake, restake, or lend their BTC automatically during the bridge process. There are [more than a dozen options available](https://app.gobob.xyz/en/stake) at the moment, some offering five different sources of yield. All options are BTC-denominated and have no risk of impermanent loss.
9191

9292
We built the [BOB Gateway SDK](/learn/builder-guides/gateway/) to make it possible for any frontend to offer its users these options by plugging into our infrastructure. Using the BOB Gateway SDK with [Dynamic's](https://www.dynamic.xyz/) wallet abstraction, you can even send native BTC to someone's email address via [BOB Pay](/learn/user-guides/bob-pay/#what-is-bob-pay).
9393

docs/docs/learn/user-guides/getting-started/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Welcome to BOB, the Bitcoin-secured L2 that combines Bitcoin's security with Eth
1818

1919
## 1. Choose Your Wallet
2020

21-
See our [Wallet Guide](/learn/user-guides/getting-started-with-bob/wallet-guide) for detailed information about:
21+
See our [Wallet Guide](/learn/user-guides/getting-started/wallet-guide/) for detailed information about:
2222
- Recommended EVM wallets
2323
- Recommended Bitcoin wallets
2424
- Hardware wallet setup
2525
- Security best practices
2626

2727
## 2. Connect to BOB Network
2828

29-
See our [Networks Guide](/learn/user-guides/getting-started-with-bob/networks) for detailed information about:
29+
See our [Networks Guide](/learn/user-guides/getting-started/networks) for detailed information about:
3030
- BOB Mainnet and Testnet
3131
- Network details and RPC URLs
3232
- How to connect your wallet

docs/docusaurus.config.js

Lines changed: 34 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ const config = {
5252
// Introduction section
5353
{
5454
from: "/docs/learn/guides/faq",
55-
to: "/learn/user-guides/wallet-guide#faqs",
55+
to: "/learn/user-guides/getting-started/wallet-guide/#faqs",
5656
},
5757
{
5858
from: "/learn/introduction/faq",
59-
to: "/learn/user-guides/wallet-guide#faqs",
59+
to: "/learn/user-guides/getting-started/wallet-guide/#faqs",
6060
},
6161
{
6262
from: "/learn/user-guides/faq",
63-
to: "/learn/user-guides/wallet-guide#faqs",
63+
to: "/learn/user-guides/getting-started/wallet-guide/#faqs",
6464
},
6565
{
6666
from: "/docs/learn/bob-stack/merged-mining",
@@ -74,11 +74,39 @@ const config = {
7474
from: "/docs/learn/bob-stack/roadmap",
7575
to: "/learn/introduction/roadmap",
7676
},
77+
{
78+
from: "/learn/user-guides/wallet-guide",
79+
to: "/learn/user-guides/getting-started/wallet-guide/",
80+
},
81+
{
82+
from: "/learn/user-guides/networks",
83+
to: "/learn/user-guides/getting-started/networks",
84+
},
85+
{
86+
from: "/learn/user-guides/binance-wallet-gateway",
87+
to: "/learn/user-guides/onboard-to-bob/binance-wallet-gateway/",
88+
},
89+
{
90+
from: "/learn/user-guides/getting-started-with-bob/wallet-guide",
91+
to: "/learn/user-guides/getting-started/wallet-guide/",
92+
},
93+
{
94+
from: "/learn/user-guides/getting-started-with-bob/networks",
95+
to: "/learn/user-guides/getting-started/networks",
96+
},
97+
{
98+
from: "/learn/user-guides/bob-stake",
99+
to: "/learn/user-guides/stake-btc/",
100+
},
101+
{
102+
from: "/learn/user-guides/stake-with-ledger",
103+
to: "/learn/user-guides/stake-btc/#ledger-guide",
104+
},
77105

78106
// User Guides
79107
{
80108
from: "/docs/learn/guides/binance-wallet-gateway",
81-
to: "/learn/user-guides/binance-wallet-gateway",
109+
to: "/learn/user-guides/onboard-to-bob/binance-wallet-gateway/",
82110
},
83111
{
84112
from: "/docs/learn/guides/bob-fusion",
@@ -94,15 +122,15 @@ const config = {
94122
},
95123
{
96124
from: "/docs/learn/guides/bob-stake",
97-
to: "/learn/user-guides/stake-btc",
125+
to: "/learn/user-guides/stake-btc/",
98126
},
99127
{
100128
from: "/docs/learn/guides/ethereum-bridge",
101129
to: "/learn/user-guides/onboard-to-bob/ethereum-bridge",
102130
},
103131
{
104132
from: "/docs/build/getting-started/networks",
105-
to: "/learn/user-guides/networks",
133+
to: "/learn/user-guides/getting-started/networks",
106134
},
107135
{
108136
from: "/docs/learn/guides/onboard-to-bob",
@@ -172,14 +200,6 @@ const config = {
172200
from: "/docs/build/examples/zkvm-taproot",
173201
to: "/learn/reference/tools/rust-zkvm",
174202
},
175-
{
176-
from: '/learn/user-guides/bob-stake',
177-
to: '/learn/user-guides/stake-btc',
178-
},
179-
{
180-
from: '/learn/user-guides/stake-with-ledger',
181-
to: '/learn/user-guides/stake-btc#ledger-guide',
182-
},
183203
],
184204
},
185205
],

0 commit comments

Comments
 (0)