From 1c612a7faddfe83e0b2663e82f91855283f302c9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 19 Nov 2020 14:56:48 +0200 Subject: [PATCH] Backport #32158 Switch to jsDelivr for the remaining docs assets Also, update feather icons and chart.js --- site/content/docs/4.5/examples/dashboard/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/4.5/examples/dashboard/index.html b/site/content/docs/4.5/examples/dashboard/index.html index 37614209e82e..71bf2caccc35 100644 --- a/site/content/docs/4.5/examples/dashboard/index.html +++ b/site/content/docs/4.5/examples/dashboard/index.html @@ -4,8 +4,8 @@ extra_css: - "dashboard.css" extra_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" + - "https://cdn.jsdelivr.net/npm/feather-icons@4.28.0/dist/feather.min.js" + - "https://cdn.jsdelivr.net/npm/chart.js@2.9.4/dist/Chart.min.js" - "dashboard.js" ---