Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/1.x/integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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
Expand Down