]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix broken brand logos
authorMark Otto <markdotto@gmail.com>
Tue, 20 Jan 2015 00:18:38 +0000 (16:18 -0800)
committerMark Otto <markdotto@gmail.com>
Tue, 20 Jan 2015 00:18:38 +0000 (16:18 -0800)
docs/about/brand.md

index 34e3b27c7cc61ce2a7d9715869f129e3ea3309ac..b4412321bbdb9dd626319711dca5fbfa4167a23d 100644 (file)
@@ -32,13 +32,13 @@ Download the Bootstrap mark in one of three styles, each available as an SVG fil
 
 <div class="bs-brand-logos">
   <div class="bs-brand-item">
-    <img class="svg" src="{{ site.baseurl }}assets/brand/bootstrap-solid.svg" alt="Bootstrap" width="144" height="144">
+    <img class="svg" src="{{ site.baseurl }}/assets/brand/bootstrap-solid.svg" alt="Bootstrap" width="144" height="144">
   </div>
   <div class="bs-brand-item inverse">
-    <img class="svg" src="{{ site.baseurl }}assets/brand/bootstrap-outline.svg" alt="Bootstrap" width="144" height="144">
+    <img class="svg" src="{{ site.baseurl }}/assets/brand/bootstrap-outline.svg" alt="Bootstrap" width="144" height="144">
   </div>
   <div class="bs-brand-item inverse">
-    <img class="svg" src="{{ site.baseurl }}assets/brand/bootstrap-punchout.svg" alt="Bootstrap" width="144" height="144">
+    <img class="svg" src="{{ site.baseurl }}/assets/brand/bootstrap-punchout.svg" alt="Bootstrap" width="144" height="144">
   </div>
 </div>