diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index f0862a0..80d7122 100644 --- a/doc/vimwiki.txt +++ b/doc/vimwiki.txt @@ -1190,13 +1190,13 @@ in HTML: > alt="Vimwiki"/> Transclude image with alternate text and some style: > - {{http://.../vimwiki_logo.png|cool stuff|style="width:150px;height:120px;"}} + {{https://.../vimwiki_logo.png|cool stuff|style="width:150px;height:120px;"}} in HTML: > cool stuff Transclude image _without_ alternate text and with a CSS class: > - {{http://.../vimwiki_logo.png||class="center flow blabla"}} + {{https://.../vimwiki_logo.png||class="center flow blabla"}} in HTML: > @@ -1207,16 +1207,16 @@ See |VimwikiWikiIncludeHandler|. Thumbnail links~ > Thumbnail links are constructed like this: > - [[http://someaddr.com/bigpicture.jpg|{{http://someaddr.com/thumbnail.jpg}}]] + [[https://someaddr.com/bigpicture.jpg|{{https://someaddr.com/thumbnail.jpg}}]] in HTML: > - - +