From 41af787ad2fc6c49892799ed8ac06a4048790f87 Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Tue, 15 Oct 2024 21:06:04 +0200 Subject: [PATCH] Fix 404 to samples in release drafter --- .github/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 582f5491d9a..636045e034d 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -47,7 +47,7 @@ template: | * [Migration guide](https://www.chartjs.org/docs/$RESOLVED_VERSION/migration/v4-migration.html) * [Docs](https://www.chartjs.org/docs/$RESOLVED_VERSION/) * [API](https://www.chartjs.org/docs/$RESOLVED_VERSION/api/) - * [Samples](https://www.chartjs.org/docs/$RESOLVED_VERSION/samples/) + * [Samples](https://www.chartjs.org/docs/$RESOLVED_VERSION/samples/information.html) $CHANGES