]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed http links 11891/head
authorJoe Workman <joe@workmanmail.com>
Sat, 26 Oct 2019 21:16:24 +0000 (14:16 -0700)
committerGitHub <noreply@github.com>
Sat, 26 Oct 2019 21:16:24 +0000 (14:16 -0700)
docs/pages/accordion-menu.md

index c5e961cddb0371530d016119d815d43004ee5a85..c6170ad0f1c5b14891f65d664a098c5dac64f56e 100644 (file)
@@ -103,7 +103,7 @@ You need to add the class `accordion-menu` as well as the data attribute `data-s
 
 <ul class="vertical menu accordion-menu" data-accordion-menu data-submenu-toggle="true" style="max-width: 300px">
   <li>
-    <a href="http://get.foundation/" target="_blank">Link here, dropdown there →</a>
+    <a href="https://get.foundation/" target="_blank">Link here, dropdown there →</a>
     <ul class="menu vertical nested">
       <li>
         <a href="#">Item 1A</a>
@@ -118,7 +118,7 @@ You need to add the class `accordion-menu` as well as the data attribute `data-s
     </ul>
   </li>
   <li>
-    <a href="http://foundation.zurb.com/" target="_blank">Link here, dropdown there →</a>
+    <a href="https://get.foundation/" target="_blank">Link here, dropdown there →</a>
     <ul class="menu vertical nested">
       <li><a href="#">Item 2A</a></li>
       <li><a href="#">Item 2B</a></li>