Skip to content

Commit

Permalink
docs: update links to 9.x-dev tree links to master tree
Browse files Browse the repository at this point in the history
  • Loading branch information
021-projects committed Apr 8, 2024
1 parent 4515b93 commit 162c10e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default defineConfig({
{
text: 'Examples',
items: [
{ text: 'Withdraw', link: 'https://github.com/021-projects/laravel-wallet/tree/v9.x-dev/examples/withdraw' },
{ text: 'Withdraw', link: 'https://github.com/021-projects/laravel-wallet/tree/master/examples/withdraw' },
],
collapsed: false,
},
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ features:
- icon: 🍬
title: Syntax Sugar
details: Intuitive helpers and interfaces for easy, straightforward, and concise transaction management. The package syntax is inspired by the simplicity and convenience of Laravel and the Ethereum blockchain implementation.
link: https://github.com/021-projects/laravel-wallet/blob/v9.x-dev/src/helpers.php
link: https://github.com/021-projects/laravel-wallet/blob/master/src/helpers.php
---

4 changes: 2 additions & 2 deletions docs/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ class WithdrawProcessor implements TransactionProcessor, InitialSuccess // [!cod
```

### Useful Links
- [Batch Sync Trait](https://github.com/021-projects/laravel-wallet/blob/v9.x-dev/src/Transaction/Processors/Concerns/BatchSync.php) – allows you to synchronize transactions statuses with the batch.
- [Withdraw Example](https://github.com/021-projects/laravel-wallet/tree/v9.x-dev/examples/withdraw)
- [Batch Sync Trait](https://github.com/021-projects/laravel-wallet/blob/master/src/Transaction/Processors/Concerns/BatchSync.php) – allows you to synchronize transactions statuses with the batch.
- [Withdraw Example](https://github.com/021-projects/laravel-wallet/tree/master/examples/withdraw)
4 changes: 2 additions & 2 deletions docs/useful-links.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Useful Links
- [Contracts](https://github.com/021-projects/laravel-wallet/tree/v9.x-dev/src/Contracts)
- [Helpers](https://github.com/021-projects/laravel-wallet/blob/v9.x-dev/src/helpers.php)
- [Contracts](https://github.com/021-projects/laravel-wallet/tree/master/src/Contracts)
- [Helpers](https://github.com/021-projects/laravel-wallet/blob/master/src/helpers.php)

0 comments on commit 162c10e

Please sign in to comment.