Skip to content

Commit 787ed40

Browse files
author
Wes Cossick
committed
Update URLs to use SimpleMDE.com
1 parent 71d979a commit 787ed40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ horizontal-rule | drawHorizontalRule | Insert Horizontal Line<br>fa fa-minus
203203
preview | togglePreview | Toggle Preview<br>fa fa-eye no-disable
204204
side-by-side | toggleSideBySide | Toggle Side by Side<br>fa fa-columns no-disable no-mobile
205205
fullscreen | toggleFullScreen | Toggle Fullscreen<br>fa fa-arrows-alt no-disable no-mobile
206-
guide | [This link](http://nextstepwebs.github.io/simplemde-markdown-editor/markdown-guide) | Markdown Guide<br>fa fa-question-circle
206+
guide | [This link](https://simplemde.com/markdown-guide) | Markdown Guide<br>fa fa-question-circle
207207

208208
Customize the toolbar using the `toolbar` option like:
209209

src/js/simplemde.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ var toolbarBuiltInButtons = {
12141214
},
12151215
"guide": {
12161216
name: "guide",
1217-
action: "http://nextstepwebs.github.io/simplemde-markdown-editor/markdown-guide",
1217+
action: "https://simplemde.com/markdown-guide",
12181218
className: "fa fa-question-circle",
12191219
title: "Markdown Guide",
12201220
default: true

0 commit comments

Comments
 (0)