diff options
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\) ---- |