File tree 2 files changed +7
-7
lines changed
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
60
60
61
61
# Docs
62
62
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 )
69
69
70
70
## License
71
71
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const currentBranch = process.env.BRANCH || branch.sync();
10
10
const config = {
11
11
title : 'react-chartjs-2' ,
12
12
tagline : 'React wrapper for Chart.js' ,
13
- url : 'https://react-chartjs-2.netlify.app ' ,
13
+ url : 'https://react-chartjs-2.js.org ' ,
14
14
baseUrl : '/' ,
15
15
onBrokenLinks : 'throw' ,
16
16
onBrokenMarkdownLinks : 'warn' ,
You can’t perform that action at this time.
0 commit comments