Skip to content

Commit

Permalink
chore: Fix broken link for Sway types (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKong1990 authored Nov 10, 2023
1 parent d8040cb commit fc20dda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/love-explore-joy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/abi-typegen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The table below describes how Sway types are converted from/to Typescript.
| **options** | Option<`MyType`> | `Option<MyType>` | `Option<MyType>` |
| **raw untyped ptr** | `123` | `BigNumberish` | `BN` |

> For more info on Sway types, click [here](https://fuellabs.github.io/sway/latest/basics/index.html)
> For more info on Sway types, click [here](https://docs.fuel.network/docs/sway/basics/built_in_types/)
## Contributing

Expand Down

0 comments on commit fc20dda

Please sign in to comment.