From 9527bb5da900692a3197be36d28e4ff24371ece6 Mon Sep 17 00:00:00 2001 From: Sunil Thunga <76161837+Cioraz@users.noreply.github.com> Date: Sun, 21 May 2023 14:27:44 +0530 Subject: [PATCH] Update jsdelivr links without @1 or @latest (#107) --- README.md | 6 +++--- public/docs/html5.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e0d26f..af22854 100644 --- a/README.md +++ b/README.md @@ -32,18 +32,18 @@ Examples on using table-sort-js with frontend frameworks such as [React.js](http - Option 2: Load as script from a Content Delivery Network (CDN): ```javascript - + ``` Or Minified (smaller size, but harder to debug!): ```javascript - + ``` Refer to the documenation for examples on how to use table-sort-js with [HTML](https://leewannacott.github.io/table-sort-js/docs/html5.html) -- Option 3: Download [table-sort.js](https://cdn.jsdelivr.net/npm/table-sort-js@latest/table-sort.js) (Select save as.), or download a [minified version](https://cdn.jsdelivr.net/npm/table-sort-js@latest/table-sort.min.js) (~5kB) +- Option 3: Download [table-sort.js](https://cdn.jsdelivr.net/npm/table-sort-js/table-sort.js) (Select save as.), or download a [minified version](https://cdn.jsdelivr.net/npm/table-sort-js/table-sort.min.js) (~5kB) Then rename and add the following script before your HTML table: diff --git a/public/docs/html5.html b/public/docs/html5.html index 5d90b76..08cfca6 100644 --- a/public/docs/html5.html +++ b/public/docs/html5.html @@ -68,7 +68,7 @@

table-sort-js

Download: table-sort.js