diff --git a/site/docs/4.1/examples/dashboard/index.html b/site/docs/4.1/examples/dashboard/index.html index c8038f6c67..1b641b6209 100644 --- a/site/docs/4.1/examples/dashboard/index.html +++ b/site/docs/4.1/examples/dashboard/index.html @@ -3,8 +3,8 @@ layout: examples title: Dashboard Template extra_css: "dashboard.css" extra_js: - - "https://unpkg.com/feather-icons/dist/feather.min.js" - - "https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.min.js" + - "https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.9.0/feather.min.js" + - "https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.3/Chart.min.js" - "dashboard.js" ---