Skip to content

Commit

Permalink
docs: fix NPM readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Dec 5, 2024
1 parent af2c55e commit 04fa80d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The goal of this library is to provide intuitive, productive utility functions t

Note: If you prefer Python there's an equivalent [Python utility library](https://github.com/algorandfoundation/algokit-utils-py).

[Install](#install) | [Documentation](docs/README.md)
[Install](#install) | [Documentation](./docs/README.md)

## Install

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"build:1-compile": "rollup -c --configPlugin typescript",
"build:3-copy-pkg-json": "npx --yes @makerx/ts-toolkit@latest copy-package-json --custom-sections module main type types exports",
"build:4-copy-readme": "cpy README.md LICENSE dist",
"build:5-fix-readme-links": "replace-in-files --string '(./' --replacement '(https://github.com/algorandfoundation/algokit-utils-ts/blob/main/' dist/README.md",
"test": "vitest run --coverage --passWithNoTests",
"test:watch": "vitest watch --coverage --passWithNoTests",
"lint": "eslint ./src/ --ext .ts",
Expand Down

0 comments on commit 04fa80d

Please sign in to comment.