From ad83aa4302f035ab2f76f2f239e8748fa3e9f0c7 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 8 Feb 2022 17:03:58 +0100 Subject: docs: fix typo and use https (#79) * fix typo * fix links http -> https --- _posts/2015-02-28-test-markdown.md | 2 +- _posts/2018-12-05-an-exhibit-of-markdown.md | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to '_posts') 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 . +* Another named link to [MarkItDown](https://www.markitdown.net/) +* Sometimes you just want a URL like . ## 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 -- cgit v1.2.3