Skip to content

Commit a7bd4e4

Browse files
committed
chore: change site domain name
1 parent 756e18d commit a7bd4e4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff 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

website/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const currentBranch = process.env.BRANCH || branch.sync();
1010
const 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',

0 commit comments

Comments
 (0)