diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-01-15 16:56:00 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-01-15 16:56:00 +0100 |
commit | a347f3ab0216bd21fa095735cca127689f6a2140 (patch) | |
tree | 1a81f19cd8e0e414206cc5748b19a292d77608a9 /ikiwiki | |
parent | 97f5a93dda965a94dc47e35d79205c970afafbc6 (diff) |
Convert more links from http:// to https://.
Diffstat (limited to 'ikiwiki')
-rw-r--r-- | ikiwiki/formatting.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki/formatting.mdwn b/ikiwiki/formatting.mdwn index befbce9..3a99edb 100644 --- a/ikiwiki/formatting.mdwn +++ b/ikiwiki/formatting.mdwn @@ -49,7 +49,7 @@ To write a code block, indent each line with a tab or 4 spaces: 20 GOTO 10 To link to an url or email address, you can just put the -url in angle brackets: <<http://ikiwiki.info>>, or you can use the +url in angle brackets: <<https://ikiwiki.info>>, or you can use the form \[link text\]\(url\) ---- |