From: Joe Workman Date: Sat, 26 Oct 2019 15:30:11 +0000 (-0700) Subject: docs: https example.com X-Git-Tag: v6.6.0~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61e3732d55665c89a7881cbfa19083c06d08065b;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: https example.com --- diff --git a/docs/pages/accordion.md b/docs/pages/accordion.md index e24ad7ecf..ec7136d4e 100644 --- a/docs/pages/accordion.md +++ b/docs/pages/accordion.md @@ -223,7 +223,7 @@ Add the attribute `data-deep-link="true"` to a accordion to: ``` -For example, http://example.com/#deeplink3 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, https://example.com/#deeplink3 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. diff --git a/docs/pages/panini.md b/docs/pages/panini.md index 2682875a7..5c16c642d 100644 --- a/docs/pages/panini.md +++ b/docs/pages/panini.md @@ -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}} ``` diff --git a/docs/pages/tabs.md b/docs/pages/tabs.md index 0ef14bdb3..9ed803c80 100644 --- a/docs/pages/tabs.md +++ b/docs/pages/tabs.md @@ -215,7 +215,7 @@ Add the attribute `data-deep-link="true"` to a tabstrip to: ``` -For example, http://example.com/#panel3d 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, https://example.com/#panel3d 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.