From 850816ee771e3e6a11217dc5f5dc8102742d118c Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Wed, 21 Jan 2015 16:20:15 -0500 Subject: [PATCH] Update docs links for the CDN Now that cdnjs is mirroring the beta files, we know what the final locations are going to be. These identifiers will need to be updated during the release process, just like all of the others. This closes https://github.com/select2/select2/issues/2955. --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 4f72fb3e..04f9911c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -21,7 +21,7 @@ slug: home

- Version 4.0.0 beta 2 + Version 4.0.0-beta.2

@@ -70,8 +70,8 @@ slug: home section of your HTML.
-<link href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/select2.min.css" />
-<script src="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/select2.min.js"></script>
+<link href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0-beta.2/css/select2.min.css" />
+<script src="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0-beta.2/js/select2.min.js"></script>