]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Change font awesome link and fix anchor link on select docs
authorWahyu Wiyoko <109977275+wahyuwiyoko@users.noreply.github.com>
Tue, 9 Aug 2022 12:45:10 +0000 (20:45 +0800)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 9 Aug 2022 13:02:13 +0000 (15:02 +0200)
docs/documentation/components/tabs.html
docs/documentation/form/select.html

index 5e63e110ed369e47b2b49691654aa86a8f271e48..7fe38a41e5ee0a56b15b409dffc9b9998b6011a2 100644 (file)
@@ -393,7 +393,7 @@ meta:
 {% include elements/anchor.html name="Icons" %}
 
 <div class="content">
-  <p>You can use any of the <a href="http://fontawesome.io/">Font Awesome</a> <strong>icons</strong>.</p>
+  <p>You can use any of the <a href="https://fontawesome.com/">Font Awesome</a> <strong>icons</strong>.</p>
 </div>
 
 {% include elements/snippet.html content=tabs_icons_example horizontal=true more=true %}
index 9866e92eaf739ac1453f0768de179f99513ac6cc..32c2d3267aba02c26e64d5f4787b1491fe946a64 100644 (file)
@@ -189,9 +189,9 @@ meta:
 <div class="content">
   <p>Several <strong>modifiers</strong> are supported which affect:</p>
   <ul>
-    <li>the <strong><a href="#select-color">color</a></strong></li>
-    <li>the <strong><a href="#select-size">size</a></strong></li>
-    <li>the <strong><a href="#select-state">state</a></strong></li>
+    <li>the <strong><a href="#colors">color</a></strong></li>
+    <li>the <strong><a href="#sizes">size</a></strong></li>
+    <li>the <strong><a href="#states">state</a></strong></li>
   </ul>
 </div>