summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorRotzbua <Rotzbua@users.noreply.github.com>2022-02-08 17:03:58 +0100
committerGitHub <noreply@github.com>2022-02-09 00:03:58 +0800
commitad83aa4302f035ab2f76f2f239e8748fa3e9f0c7 (patch)
tree7f31c6f4cd3ba9855744ba49223b1b6e3eda6196 /_posts
parentf24a4e3fb051a47d2837812ca844afc48db9019e (diff)
docs: fix typo and use https (#79)
* fix typo * fix links http -> https
Diffstat (limited to '_posts')
-rw-r--r--_posts/2015-02-28-test-markdown.md2
-rw-r--r--_posts/2018-12-05-an-exhibit-of-markdown.md14
2 files changed, 8 insertions, 8 deletions
diff --git a/_posts/2015-02-28-test-markdown.md b/_posts/2015-02-28-test-markdown.md
index ff63e2a..153b312 100644
--- a/_posts/2015-02-28-test-markdown.md
+++ b/_posts/2015-02-28-test-markdown.md
@@ -6,7 +6,7 @@ categories: markdown
tags: [test]
---
-You can write regular [markdown](http://markdowntutorial.com/) here and Jekyll will automatically convert it to a nice webpage. I strongly encourage you to [take 5 minutes to learn how to write in markdown](http://markdowntutorial.com/) - it'll teach you how to transform regular text into bold/italics/headings/tables/etc.
+You can write regular [markdown](https://markdowntutorial.com/) here and Jekyll will automatically convert it to a nice webpage. I strongly encourage you to [take 5 minutes to learn how to write in markdown](http://markdowntutorial.com/) - it'll teach you how to transform regular text into bold/italics/headings/tables/etc.
**Here is some bold text**
diff --git a/_posts/2018-12-05-an-exhibit-of-markdown.md b/_posts/2018-12-05-an-exhibit-of-markdown.md
index dc43714..1748ca2 100644
--- a/_posts/2018-12-05-an-exhibit-of-markdown.md
+++ b/_posts/2018-12-05-an-exhibit-of-markdown.md
@@ -67,8 +67,8 @@ I don't recommend using more than three or four levels of headings here, because
URLs can be made in a handful of ways:
* A named link to [MarkItDown][3]. The easiest way to do these is to select what you want to make a link and hit `Ctrl+L`.
-* Another named link to [MarkItDown](http://www.markitdown.net/)
-* Sometimes you just want a URL like <http://www.markitdown.net/>.
+* Another named link to [MarkItDown](https://www.markitdown.net/)
+* Sometimes you just want a URL like <https://www.markitdown.net/>.
## Horizontal rule
@@ -87,8 +87,8 @@ Markdown can also contain images. I'll need to add something here sometime.
There's actually a lot more to Markdown than this. See the official [introduction][4] and [syntax][5] for more information. However, be aware that this is not using the official implementation, and this might work subtly differently in some of the little things.
- [1]: http://daringfireball.net/projects/markdown/
- [2]: http://www.fileformat.info/info/unicode/char/2163/index.htm
- [3]: http://www.markitdown.net/
- [4]: http://daringfireball.net/projects/markdown/basics
- [5]: http://daringfireball.net/projects/markdown/syntax
+ [1]: https://daringfireball.net/projects/markdown/
+ [2]: https://www.fileformat.info/info/unicode/char/2163/index.htm
+ [3]: https://www.markitdown.net/
+ [4]: https://daringfireball.net/projects/markdown/basics
+ [5]: https://daringfireball.net/projects/markdown/syntax