]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix doc urls
authorJeremy Thomas <bbxdesign@gmail.com>
Mon, 1 Jul 2024 14:37:50 +0000 (15:37 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 1 Jul 2024 14:37:50 +0000 (15:37 +0100)
docs/_includes/docs/hero.html
docs/_includes/library/layout/footer.html
docs/cyp/layout/footer.html
docs/documentation.html
docs/documentation/layout/footer.html

index 9331c382a5754ddc910728561d656909df440b06..ca4dd5766bce11e1a9449d3798173f3153dec093 100644 (file)
@@ -13,7 +13,7 @@
     {% if include.prints %}
       <div class="bd-hero-prints">
         {% for print in include.prints %}
-          <a class="bd-hero-print icon-text">
+          <a class="bd-hero-print icon-text" href="{{ print.url }}" target="_blank">
             <span class="icon">
               <i class="{{ print.icon }}"></i>
             </span>
index 1ea0e91db18eaf41e27fb31cf041c4787dd0cae0..1e11a4791476acabc129ec8aa17221a2925b8d5c 100644 (file)
@@ -2,8 +2,8 @@
   <div class="content has-text-centered">
     <p>
       <strong>Bulma</strong> by <a href="https://jgthms.com">Jeremy Thomas</a>. The source code is licensed
-      <a href="http://opensource.org/licenses/mit-license.php">MIT</a>. The website content is licensed
-      <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>.
+      <a href="https://opensource.org/license/mit">MIT</a>. The website content is licensed
+      <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>.
     </p>
   </div>
 </footer>
index c3098f6a3b61d40930a1289202a2776bdd2cbc93..b297523a915f013e7a746caa629e492c905c4936 100644 (file)
@@ -7,8 +7,8 @@ title: Layout/Footer
   <div class="content has-text-centered">
     <p>
       <strong>Bulma</strong> by <a href="https://jgthms.com">Jeremy Thomas</a>. The source code is licensed
-      <a href="http://opensource.org/licenses/mit-license.php">MIT</a>. The website content
-      is licensed <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>.
+      <a href="https://opensource.org/license/mit">MIT</a>. The website content
+      is licensed <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>.
     </p>
   </div>
 </footer>
index a431ac94094c11232d00977fb83abf1fc8498e6a..1e3e51b36f0a2020121e6fbaf8468d1626ca1485 100644 (file)
@@ -6,8 +6,10 @@ subtitle: Everything you need to create a website with Bulma.
 hero_prints:
 - label: "Creative Commons"
   icon: "fab fa-creative-commons"
+  url: https://creativecommons.org/licenses/by-nc-sa/4.0/
 - label: "Contribute on GitHub"
   icon: "fas fa-code-pull-request"
+  url: https://github.com/jgthms/bulma
 ---
 {% assign category_ids = site.data.links.category_ids %}
 
index 4dab4e4169729ef832a3abe644198059d8e8f5d7..df74c4460f64e846c51cdc7186fc43beac8b9f3d 100644 (file)
@@ -16,9 +16,9 @@ breadcrumb:
     <p>
       <strong>Bulma</strong> by <a href="https://jgthms.com">Jeremy Thomas</a>.
       The source code is licensed
-      <a href="http://opensource.org/licenses/mit-license.php">MIT</a>. The
+      <a href="https://opensource.org/license/mit">MIT</a>. The
       website content is licensed
-      <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
+      <a href="https://creativecommons.org/licenses/by-nc-sa/4.0//"
         >CC BY NC SA 4.0</a
       >.
     </p>