Skip to content

Commit

Permalink
fix: rename starter.md to quickstart.md
Browse files Browse the repository at this point in the history
  • Loading branch information
riverKanies committed Oct 22, 2024
1 parent eabf6a5 commit b4bc200
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/rust/full-wallet/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// detailed documentation for this code can be found at https://bitcoindevkit.github.io/book-of-bdk/cookbook/starter/
// detailed documentation for this code can be found at https://bitcoindevkit.github.io/book-of-bdk/cookbook/quickstart/
// --8<-- [start:file]
use bdk_wallet::AddressInfo;
use bdk_wallet::KeychainKind;
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/quickstart/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// detailed documentation for this code can be found at https://bitcoindevkit.github.io/book-of-bdk/cookbook/starter/
// detailed documentation for this code can be found at https://bitcoindevkit.github.io/book-of-bdk/cookbook/quickstart/
// --8<-- [start:file]
use bdk_wallet::AddressInfo;
use bdk_wallet::KeychainKind;
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ nav:
- API Documentation: getting-started/api-documentation.md
- Build a Wallet: getting-started/build-a-wallet.md
- Cookbook:
- Starter Example: cookbook/starter.md
- Quick Start Example: cookbook/quickstart.md
- Syncing:
- Full Scan vs Sync: cookbook/syncing/full-scan-vs-sync.md
- Electrum Sync: cookbook/syncing/electrum.md
Expand Down

0 comments on commit b4bc200

Please sign in to comment.