summaryrefslogtreecommitdiff
path: root/help3/xhpeditor/cm/mode/markdown/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'help3/xhpeditor/cm/mode/markdown/index.html')
-rw-r--r--help3/xhpeditor/cm/mode/markdown/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/help3/xhpeditor/cm/mode/markdown/index.html b/help3/xhpeditor/cm/mode/markdown/index.html
index f0a359d6..96df23eb 100644
--- a/help3/xhpeditor/cm/mode/markdown/index.html
+++ b/help3/xhpeditor/cm/mode/markdown/index.html
@@ -251,13 +251,13 @@ you define elsewhere in your document:
I get 10 times more traffic from [Google][1] than from
[Yahoo][2] or [MSN][3].
- [1]: http://google.com/ "Google"
+ [1]: https://google.com/ "Google"
[2]: http://search.yahoo.com/ "Yahoo Search"
[3]: http://search.msn.com/ "MSN Search"
Output:
- <p>I get 10 times more traffic from <a href="http://google.com/"
+ <p>I get 10 times more traffic from <a href="https://google.com/"
title="Google">Google</a> than from <a href="http://search.yahoo.com/"
title="Yahoo Search">Yahoo</a> or <a href="http://search.msn.com/"
title="MSN Search">MSN</a>.</p>