From 96168fd5071a78da2c3293be85c2dc620d5d3a8d Mon Sep 17 00:00:00 2001 From: Jorge Date: Mon, 26 Feb 2024 18:37:51 -0300 Subject: [PATCH] FIx broken url --- 4.1/base-widgets.md | 2 +- 5.x/base-widgets.md | 2 +- 6.x/base-widgets.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/4.1/base-widgets.md b/4.1/base-widgets.md index eb5c5ba9..eab8068a 100644 --- a/4.1/base-widgets.md +++ b/4.1/base-widgets.md @@ -189,7 +189,7 @@ Widget::add([ **Step 4.** Configure the ChartController you just created: - ```public function setup()``` (MANDATORY) - - initialize and configure ```$this->chart```, using the methods detailed in the [laravel-charts documentation](https://v6.charts.erik.cat); + - initialize and configure ```$this->chart```, using the methods detailed in the [laravel-charts documentation](https://charts.erik.cat/getting_started.html); - you _can_ define your dataset here, if you want your DB queries to be called upon page load; - ```public function data()``` (OPTIONAL, but recommended) - use ```$this->chart->dataset()``` to configure what the chart should contain; diff --git a/5.x/base-widgets.md b/5.x/base-widgets.md index 1451c93d..f665bcc3 100644 --- a/5.x/base-widgets.md +++ b/5.x/base-widgets.md @@ -189,7 +189,7 @@ Widget::add([ **Step 4.** Configure the ChartController you just created: - ```public function setup()``` (MANDATORY) - - initialize and configure ```$this->chart```, using the methods detailed in the [laravel-charts documentation](https://v6.charts.erik.cat); + - initialize and configure ```$this->chart```, using the methods detailed in the [laravel-charts documentation](https://charts.erik.cat/getting_started.html); - you _can_ define your dataset here, if you want your DB queries to be called upon page load; - ```public function data()``` (OPTIONAL, but recommended) - use ```$this->chart->dataset()``` to configure what the chart should contain; diff --git a/6.x/base-widgets.md b/6.x/base-widgets.md index 2717e96b..04e52126 100644 --- a/6.x/base-widgets.md +++ b/6.x/base-widgets.md @@ -189,7 +189,7 @@ Widget::add([ **Step 4.** Configure the ChartController you just created: - ```public function setup()``` (MANDATORY) - - initialize and configure ```$this->chart```, using the methods detailed in the [laravel-charts documentation](https://v6.charts.erik.cat); + - initialize and configure ```$this->chart```, using the methods detailed in the [laravel-charts documentation](https://charts.erik.cat/getting_started.html); - you _can_ define your dataset here, if you want your DB queries to be called upon page load; - ```public function data()``` (OPTIONAL, but recommended) - use ```$this->chart->dataset()``` to configure what the chart should contain;