Skip to content

Commit

Permalink
Tweak several GitHub repository URLs
Browse files Browse the repository at this point in the history
This change prevents redundant redirects.
  • Loading branch information
koic authored and marijnh committed Oct 15, 2022
1 parent a002385 commit 34e9854
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ and discussion, please use the

This repository holds three packages:

- [acorn](https://github.com/acornjs/acorn/blob/master/acorn/): The
- [acorn](https://github.com/acornjs/acorn/tree/master/acorn/): The
main parser
- [acorn-loose](https://github.com/acornjs/acorn/blob/master/acorn-loose/): The
- [acorn-loose](https://github.com/acornjs/acorn/tree/master/acorn-loose/): The
error-tolerant parser
- [acorn-walk](https://github.com/acornjs/acorn/blob/master/acorn-walk/): The
- [acorn-walk](https://github.com/acornjs/acorn/tree/master/acorn-walk/): The
syntax tree walker

To build the content of the repository, run `npm install`.
Expand Down

0 comments on commit 34e9854

Please sign in to comment.