From: Jacco van den Berg Date: Tue, 15 Oct 2024 19:12:00 +0000 (+0200) Subject: Fix 404 to samples in release drafter (#11933) X-Git-Tag: v4.4.6~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb5ca384a373af5e9d4a2056fd3c8d06df1e9f13;p=thirdparty%2FChart.js.git Fix 404 to samples in release drafter (#11933) Co-authored-by: Jacco van den Berg --- diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 582f5491d..636045e03 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