From a92a60043d01ea24c9a7231614a27df60d4867e5 Mon Sep 17 00:00:00 2001 From: sanjibani <18418553+sanjibani@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:38:38 +0530 Subject: [PATCH] docs(1.x/integrations): fix dead fresh_charts and fresh_marionette links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - `https://deno.land/x/fresh_charts` (404) — deno.land/x/* was retired in favor of JSR/GitHub-hosted module docs. Replaced with the canonical GitHub repo: `https://github.com/denoland/fresh_charts` (200). - `https://deno.land/x/fresh_marionette` (404) — the module itself was retired. Added a parenthetical pointing to the Fresh GitHub repo for current testing guidance; the example-project link below remains as-is. --- docs/1.x/integrations/index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/1.x/integrations/index.md b/docs/1.x/integrations/index.md index c89a706eaf6..524c98e6e4c 100644 --- a/docs/1.x/integrations/index.md +++ b/docs/1.x/integrations/index.md @@ -15,7 +15,7 @@ render charts on the server and client. A live demo can be found here: https://fresh-charts.deno.dev/ -Documentation for the module can be found here: https://deno.land/x/fresh_charts +Documentation for the module can be found here: https://github.com/denoland/fresh_charts [chart-js]: https://www.chartjs.org/ "Chart.js" @@ -25,8 +25,10 @@ Fresh Marionette allows you to start writing end 2 end browser tests in your Fresh projects with a single import. Then you can run those browser tests in a GitHub Actions workflow. -Documentation for the module can be found here: -https://deno.land/x/fresh_marionette +The `deno.land/x/fresh_marionette` module has been retired and the example +project (`https://marionette.deno.dev`) is no longer maintained — see +the Fresh [GitHub repository](https://github.com/denoland/fresh) for +current end-to-end testing guidance. An example project that runs the tests in a GitHub Actions workflow: https://marionette.deno.dev