Skip to content

Commit

Permalink
docs(configuration): fix typo (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni authored Jan 27, 2024
1 parent 24504d8 commit 34a58e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/configuration/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ An array of link parsers for extracting external references, and turning them in
Examples:

- `{ pattern = "#(\\d+)", href = "https://github.com/orhun/git-cliff/issues/$1"}`
- Extract all GitLab issues and PRs and generate URLs linking to them. The link text will be the matching pattern.
- Extract all GitHub issues and PRs and generate URLs linking to them. The link text will be the matching pattern.
- `{ pattern = "RFC(\\d+)", text = "ietf-rfc$1", href = "https://datatracker.ietf.org/doc/html/rfc$1"}`,
- Extract mentions of IETF RFCs and generate URLs linking to them. It also rewrites the text as "ietf-rfc...".

Expand Down

0 comments on commit 34a58e6

Please sign in to comment.