Skip to content

Commit 7ec240d

Browse files
authored
Merge pull request #1510 from polywrap/kris/fix-broken-link-in-schema-parse-readme
fix link in readme that breaks when readme is copied to docs
2 parents 8c2d9e2 + 3e9cc64 commit 7ec240d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/schema/parse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface ParserOptions {
3131
```
3232

3333
### ABI Transforms
34-
ABI transformations can be used to modify the ABI structure. A variety of pre-defined transformations can be found in the [./src/transform/](./src/transform/) directory.
34+
ABI transformations can be used to modify the ABI structure. A variety of pre-defined transformations can be found in the ./src/transform/ directory.
3535

3636
Example:
3737
```typescript

0 commit comments

Comments
 (0)