Skip to content

Commit c949cad

Browse files
author
Wes Cossick
committed
Update URLs; prefer SSL
1 parent c8f23a3 commit c949cad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Via [bower](https://www.bower.io).
2020
bower install simplemde --save
2121
```
2222

23-
Via [jsDelivr](http://www.jsdelivr.com/#!simplemde). *Please note, jsDelivr may take a few days to update to the latest release.*
23+
Via [jsDelivr](https://www.jsdelivr.com/#!simplemde). *Please note, jsDelivr may take a few days to update to the latest release.*
2424

2525
```HTML
26-
<linkrel="stylesheet"href="//cdn.jsdelivr.net/simplemde/latest/simplemde.min.css">
27-
<scriptsrc="//cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script>
26+
<linkrel="stylesheet"href="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.css">
27+
<scriptsrc="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script>
2828
```
2929

3030
## Quick start
@@ -326,6 +326,6 @@ simplemde.clearAutosavedValue(); // no returned value
326326
```
327327

328328
## How it works
329-
SimpleMDE began as an improvement of [lepture's Editor project](https://github.com/lepture/editor), but has now taken on an identity of its own. It is bundled with [CodeMirror](https://github.com/codemirror/codemirror) and depends on [Font Awesome](http://fortawesome.github.io/Font-Awesome/).
329+
SimpleMDE began as an improvement of [lepture's Editor project](https://github.com/lepture/editor), but has now taken on an identity of its own. It is bundled with [CodeMirror](https://github.com/codemirror/codemirror) and depends on [Font Awesome](http://fontawesome.io).
330330

331331
CodeMirror is the backbone of the project and parses much of the Markdown syntax as it's being written. This allows us to add styles to the Markdown that's being written. Additionally, a toolbar and status bar have been added to the top and bottom, respectively. Previews are rendered by [Marked](https://github.com/chjj/marked) using GFM.

0 commit comments

Comments
(0)