From 0ed7c41200f393298fd86f74c75ed645b848833d Mon Sep 17 00:00:00 2001 From: Waleed Khan Date: Sun, 24 Sep 2023 17:21:22 -0700 Subject: [PATCH] changelog: fix broken link to revsets.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9168107d..479dca6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * A default revset-alias function `trunk()` now exists. If you previously defined your own `trunk()` alias it will continue to overwrite the built-in one. - Check [revsets.toml](cli/src/config/revsets.toml) and [revsets.md](docs/revset.md) + Check [revsets.toml](cli/src/config/revsets.toml) and [revsets.md](docs/revsets.md) to understand how the function can be adapted. ### New features