]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update doc samples for changed file name (#7447)
authorEvert Timberg <evert.timberg+github@gmail.com>
Sun, 31 May 2020 12:36:42 +0000 (08:36 -0400)
committerGitHub <noreply@github.com>
Sun, 31 May 2020 12:36:42 +0000 (08:36 -0400)
docs/docusaurus.config.js

index 101ceb4eb6cac7d1558c0e61586507180469de5b..fd81ccb9059e46ee2817ad32f9a21d57905b15c8 100644 (file)
@@ -9,7 +9,7 @@ module.exports = {
        organizationName: 'chartjs', // Usually your GitHub org/user name.
        projectName: 'chartjs.github.io', // Usually your repo name.
        plugins: [require.resolve('@docusaurus/plugin-google-analytics')],
-       scripts: ['https://www.chartjs.org/dist/VERSION/Chart.min.js'],
+       scripts: ['https://www.chartjs.org/dist/VERSION/chart.min.js'],
        themes: [require.resolve('@docusaurus/theme-live-codeblock')],
        themeConfig: {
                algolia: {