Skip to content

Commit

Permalink
fix broken jsdelivr cdn link
Browse files Browse the repository at this point in the history
For 'http://www.jsdelivr.com/#!hint.css' resolves to 'https://www.jsdelivr.com/package/npm/hint', changed old link to 'https://www.jsdelivr.com/package/npm/hint.css', which is full correct link of this project.
  • Loading branch information
etigerstudio committed Dec 6, 2020
1 parent 7ad5c54 commit edacaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get the library using one of the following ways:

3. **npm**: `npm install --save hint.css`

4. **CDN**: [http://www.jsdelivr.com/#!hint.css](http://www.jsdelivr.com/#!hint.css) or [https://cdnjs.com/libraries/hint.css](https://cdnjs.com/libraries/hint.css)
4. **CDN**: [https://www.jsdelivr.com/package/npm/hint.css](https://www.jsdelivr.com/package/npm/hint.css) or [https://cdnjs.com/libraries/hint.css](https://cdnjs.com/libraries/hint.css)

Now include the library in the ``HEAD`` tag of your page:

Expand Down

0 comments on commit edacaf7

Please sign in to comment.