From 6c21b2f72e1d93c59400806b235b27c8ceda188b Mon Sep 17 00:00:00 2001 From: GHOST Date: Fri, 31 Dec 2021 12:28:50 +0000 Subject: [PATCH] Website: Improved CDN usage URLs (#3285) --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index f839d8f245..71f64e5f88 100644 --- a/index.html +++ b/index.html @@ -193,12 +193,12 @@

Usage with CDNs

<html> <head> ... - <link href="https://{{cdn}}/prism@v1.x/themes/prism.css" rel="stylesheet" /> + <link href="https://{{cdn}}/prismjs@v1.x/themes/prism.css" rel="stylesheet" /> </head> <body> ... - <script src="https://{{cdn}}/prism@v1.x/components/prism-core.min.js"></script> - <script src="https://{{cdn}}/prism@v1.x/plugins/autoloader/prism-autoloader.min.js"></script> + <script src="https://{{cdn}}/prismjs@v1.x/components/prism-core.min.js"></script> + <script src="https://{{cdn}}/prismjs@v1.x/plugins/autoloader/prism-autoloader.min.js"></script> </body> </html>