Skip to content

Commit f454994

Browse files
committed
Fix features.md externals protocol and typo
1 parent 09fb120 commit f454994

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/docs/features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Workspace
3030
You can simply press the camera button <i class="fa fa-camera"></i>.
3131
Or **drag-n-drop** image in editor, even **paste** image works!
3232
It will automatically upload to **[imgur](http://imgur.com)**, nothing to worry :tada:
33-
![](http://i.imgur.com/9cgQVqD.png)
33+
![](https://i.imgur.com/9cgQVqD.png)
3434

3535
## Share note
3636
If you want to share a **editable** note, just copy the url.
@@ -57,7 +57,7 @@ It might be one of below:
5757

5858
## Embed
5959
```xml
60-
<iframe width="100%" height="500" src="http://hackmd.io/features" frameborder="0"></iframe>
60+
<iframe width="100%" height="500" src="https://hackmd.io/features" frameborder="0"></iframe>
6161
```
6262

6363
## [Slide Mode](./slide-example)
@@ -465,7 +465,7 @@ With a reference later in the document defining the URL location:
465465
[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat"
466466

467467
![Minion](https://octodex.github.com/images/minion.png =200x200)
468-
Show the image With given size
468+
Show the image with given size
469469

470470
### Footnotes
471471

0 commit comments

Comments
 (0)