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;