Skip to content

Commit 1f1ae50

Browse files
Fix a broken link in ux-chartjs docs
1 parent d109f66 commit 1f1ae50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Chartjs/doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Then in your render call, add your controller as an HTML attribute:
217217
{{ render_chart(chart, {'data-controller': 'mychart'}) }}
218218
219219
There is also a ``chartjs:init`` event that is called just *one* time before your
220-
first chart is rendered. That's an ideal place to `register plugins globally <Using Plugins>`_
220+
first chart is rendered. That's an ideal place to `register Chart.js plugins globally`_
221221
or make other changes to any "static"/global part of Chart.js. For example,
222222
to add a global `Tooltip positioner`_:
223223

@@ -247,4 +247,5 @@ the Symfony framework: https://symfony.com/doc/current/contributing/code/bc.html
247247
.. _`a lot of plugins`: https://github.com/chartjs/awesome#plugins
248248
.. _`zoom plugin`: https://www.chartjs.org/chartjs-plugin-zoom/latest/
249249
.. _`zoom plugin documentation`: https://www.chartjs.org/chartjs-plugin-zoom/latest/guide/integration.html
250+
.. _`register Chart.js plugins globally`: https://www.chartjs.org/docs/latest/developers/plugins.html
250251
.. _`Tooltip positioner`: https://www.chartjs.org/docs/latest/samples/tooltip/position.html

0 commit comments

Comments
 (0)