File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,12 @@ Need an API to fetch data? Consider [Cube](https://cube.dev/?ref=eco-react-chart
6060
6161# Docs
6262
63- - [ Migration to v4] ( https://react-chartjs-2.netlify.app /docs/migration-to-v4 )
64- - [ Working with datasets] ( https://react-chartjs-2.netlify.app /docs/working-with-datasets )
65- - [ Working with events] ( https://react-chartjs-2.netlify.app /docs/working-with-events )
66- - [ FAQ] ( https://react-chartjs-2.netlify.app /faq )
67- - [ Components] ( https://react-chartjs-2.netlify.app /components )
68- - [ Examples] ( https://react-chartjs-2.netlify.app /examples )
63+ - [ Migration to v4] ( https://react-chartjs-2.js.org /docs/migration-to-v4 )
64+ - [ Working with datasets] ( https://react-chartjs-2.js.org /docs/working-with-datasets )
65+ - [ Working with events] ( https://react-chartjs-2.js.org /docs/working-with-events )
66+ - [ FAQ] ( https://react-chartjs-2.js.org /faq )
67+ - [ Components] ( https://react-chartjs-2.js.org /components )
68+ - [ Examples] ( https://react-chartjs-2.js.org /examples )
6969
7070## License
7171
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const currentBranch = process.env.BRANCH || branch.sync();
1010const config = {
1111 title : 'react-chartjs-2' ,
1212 tagline : 'React wrapper for Chart.js' ,
13- url : 'https://react-chartjs-2.netlify.app ' ,
13+ url : 'https://react-chartjs-2.js.org ' ,
1414 baseUrl : '/' ,
1515 onBrokenLinks : 'throw' ,
1616 onBrokenMarkdownLinks : 'warn' ,
You can’t perform that action at this time.
0 commit comments