Skip to content

Commit

Permalink
Merge pull request cloudflare#237 from cloudflare/docs
Browse files Browse the repository at this point in the history
Fix changelog links
  • Loading branch information
prymitive authored Apr 27, 2022
2 parents affbc6e + ead2134 commit 79124d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- Allow fine tuning `promql/series` check with extra control comments
`# pint rule/set promql/series min-age ...` and
`# pint rule/set promql/series ignore/label-value ...`
See [promql/series](/docs/checks/promql/series.md) for details.
See [promql/series](checks/promql/series.md) for details.
- `promql/regexp` will report redundant use of regex anchors.

### Changed
Expand Down Expand Up @@ -90,7 +90,7 @@
wasn't required. Now pint will fail to read any file that doesn't follow
Prometheus syntax exactly.
To enable old behavior add `parser { relaxed = ["(.+)", ...]}` option in
the config file. See [Configuration](/docs/configuration.md) for details.
the config file. See [Configuration](configuration.md) for details.
To enable old (relaxed) behavior for all files add:

```yaml
Expand Down

0 comments on commit 79124d4

Please sign in to comment.