Skip to content

Commit

Permalink
Fix Dart snippet references
Browse files Browse the repository at this point in the history
  • Loading branch information
ok300 committed Oct 25, 2023
1 parent 3df01b5 commit ae4bc95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/guide/receive_payment.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ try {
<section>

```dart
{{#include ../../snippets/dart_snippets/lib/receive_payment.dart:receive_payment}}
{{#include ../../snippets/dart_snippets/lib/receive_payment.dart:receive-payment}}
```
</section>

Expand Down
2 changes: 1 addition & 1 deletion src/guide/static_channel_backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ try {
<section>

```dart
{{#include ../../snippets/dart_snippets/lib/static_channel_backup.dart:static_channel_backup}}
{{#include ../../snippets/dart_snippets/lib/static_channel_backup.dart:static-channel-backup}}
```
</section>

Expand Down

0 comments on commit ae4bc95

Please sign in to comment.