Skip to content

Commit cbcd31b

Browse files
committed
docs: update links in README for utilities and license
Signed-off-by: Rafael Julio <development@rafifos.dev>
1 parent 7398ed1 commit cbcd31b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ npx jsrepo add github/rafifos/bits/utils/handle-async
2929

3030
## Available Utilities
3131

32-
- [handle-async](src/utils/handle-async.ts): A utility for handling async functions with proper error handling.
33-
- [should-never-happen](src/utils//should-never-happen.ts): A utility for handling cases that should never occur in your application flow.
32+
- [handle-async](https://github.com/rafifos/bits/blob/main/src/utils/handle-async.ts): A utility for handling async functions with proper error handling.
33+
- [should-never-happen](https://github.com/rafifos/bits/blob/main/src/utils//should-never-happen.ts): A utility for handling cases that should never occur in your application flow.
3434

3535
## Development
3636

@@ -69,7 +69,7 @@ pnpm install
6969

7070
### Commit Guidelines
7171

72-
This project uses [Conventional Commits](https://www.conventionalcommits.org/) for commit messages, enforced by commitlint.
72+
This project uses [Conventional Commits](https://www.conventionalcommits.org) for commit messages, enforced by commitlint.
7373

7474
Examples:
7575

@@ -89,4 +89,4 @@ This project uses GitHub Actions for continuous integration:
8989

9090
## License
9191

92-
MIT License - see the [LICENSE](LICENSE) file for details.
92+
MIT License - see the [LICENSE](https://github.com/rafifos/bits/blob/main/LICENSE) file for details.

0 commit comments

Comments
 (0)