Skip to content

Commit

Permalink
docs: fix link (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfranz committed Feb 28, 2024
1 parent 0750b59 commit e4f5a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A tree-sitter parser for `.gitattributes` files.

## References

* [gitattributes Documentation](https://git-scm.com/docs/gitattributes|)
* [gitattributes Documentation](https://git-scm.com/docs/gitattributes)
* [gitignore Documentation (Pattern Format)](https://git-scm.com/docs/gitignore#_pattern_format)
* [git source code (`attr.c`)](https://github.com/git/git/blob/master/attr.c)
* [git source code (`wildmatch.c`)](https://github.com/git/git/blob/master/wildmatch.c)
Expand Down

0 comments on commit e4f5a2c

Please sign in to comment.