]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: https example.com 11890/head
authorJoe Workman <joe@workmanmail.com>
Sat, 26 Oct 2019 15:30:11 +0000 (08:30 -0700)
committerJoe Workman <joe@workmanmail.com>
Sat, 26 Oct 2019 15:30:11 +0000 (08:30 -0700)
docs/pages/accordion.md
docs/pages/panini.md
docs/pages/tabs.md

index e24ad7ecf36043417d902cd413b3f30a4ab76855..ec7136d4e94993aae459f8f635b45ba922ee5cf1 100644 (file)
@@ -223,7 +223,7 @@ Add the attribute `data-deep-link="true"` to a accordion to:
   </li>
 </ul>
 ```
-For example, <a target="_blank" href="#deeplink3">http://example.com/#deeplink3</a> will open the third accordion panel at page load. This example will open a new browser tab and scroll you to the open accordion panel.
+For example, <a target="_blank" href="#deeplink3">https://example.com/#deeplink3</a> will open the third accordion panel at page load. This example will open a new browser tab and scroll you to the open accordion panel.
 
 When linking directly to a accordion panel, it might not be obvious that the content appears within a accordion panel. An additional attribute `data-deep-link-smudge` rolls the page up slightly after deep linking (to a horizontal accordion) so that the accordion is at the top of the viewport.
 
index 2682875a7fb1b8aa69dc4803b8a2e02adf96cde2..5c16c642da48a2ac4c887951832e25e31cec53d8 100644 (file)
@@ -178,7 +178,7 @@ Converts Markdown into HTML.
 ```handlebars
 {{#markdown}}
 # Heading 1
-Lorem ipsum [dolor sit amet](http://example.com), consectetur adipisicing elit. Nam dolor, perferendis. Mollitia aut dolorum, est amet libero eos ad facere pariatur, ullam dolorem similique fugit, debitis impedit, eligendi officiis dolores.
+Lorem ipsum [dolor sit amet](https://example.com), consectetur adipisicing elit. Nam dolor, perferendis. Mollitia aut dolorum, est amet libero eos ad facere pariatur, ullam dolorem similique fugit, debitis impedit, eligendi officiis dolores.
 {{/markdown}}
 ```
 
index 0ef14bdb3ee959fc4b76df3870aa0ef52e08bc53..9ed803c80ebaf857f1ff2ab0fd7089e6d4019010 100644 (file)
@@ -215,7 +215,7 @@ Add the attribute `data-deep-link="true"` to a tabstrip to:
 </div>
 ```
 
-For example, <a target="_blank" href="#panel3d">http://example.com/#panel3d</a> will open the third tab panel at page load. This example will open a new browser tab and scroll you to the open tab.
+For example, <a target="_blank" href="#panel3d">https://example.com/#panel3d</a> will open the third tab panel at page load. This example will open a new browser tab and scroll you to the open tab.
 
 When linking directly to a tab panel, it might not be obvious that the content appears within a tab panel. An additional attribute `data-deep-link-smudge` rolls the page up slightly after deep linking (to a horizontal tabset) so that the tabstrip is at the top of the viewport.