From 884a1a693070cc2b0e7317678513456aad4a381c Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Mon, 28 Oct 2019 04:25:15 -0400 Subject: [PATCH] Replace cdnjs with jsDelivr in the docs This is needed until cdnjs figures out their future in cdnjs/cdnjs#13524. Until then, we will just reference their existence and promote jsDelivr to the primary source. --- README.md | 4 ++-- docs/pages/01.getting-started/01.installation/docs.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0d44eaa9..bd215280 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ Browser compatibility Usage ----- -You can source Select2 directly from a CDN like [JSDliver][jsdelivr] or -[CDNJS][cdnjs], [download it from this GitHub repo][releases], or use one of +You can source Select2 directly from a CDN like [jsDelivr][jsdelivr] or +[cdnjs][cdnjs], [download it from this GitHub repo][releases], or use one of the integrations below. Integrations diff --git a/docs/pages/01.getting-started/01.installation/docs.md b/docs/pages/01.getting-started/01.installation/docs.md index a52423bc..9fc8c6b7 100644 --- a/docs/pages/01.getting-started/01.installation/docs.md +++ b/docs/pages/01.getting-started/01.installation/docs.md @@ -10,11 +10,11 @@ In order to use Select2, you must include the compiled JavaScript and CSS files A CDN (content delivery network) is the fastest way to get up and running with Select2! -Select2 is hosted on both the [cdnjs](https://cdnjs.com/libraries/select2) and [jsDelivr](https://www.jsdelivr.com/#!select2) CDNs. Simply include the following lines of code in the `` section of your page: +Select2 is hosted on both the [jsDelivr](https://www.jsdelivr.com/package/npm/select2) and [cdnjs](https://cdnjs.com/libraries/select2) CDNs. Simply include the following lines of code in the `` section of your page: ``` - - + + ``` >>> Immediately following a new release, it takes some time for CDNs to catch up and get the new versions live on the CDN.