diff options
| author | Mark Otto <[email protected]> | 2015-01-19 16:18:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-19 16:18:38 -0800 |
| commit | 6f61201f870d39cd7adc23ccfea00895315039f9 (patch) | |
| tree | 06e7f766ceb27ebe582206fb0779d3ddb92b9250 /docs | |
| parent | 2327a1d44d6e2486349d669c7f8ce1f05bac1a59 (diff) | |
| download | bootstrap-6f61201f870d39cd7adc23ccfea00895315039f9.tar.xz bootstrap-6f61201f870d39cd7adc23ccfea00895315039f9.zip | |
fix broken brand logos
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/about/brand.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/about/brand.md b/docs/about/brand.md index 34e3b27c7..b4412321b 100644 --- a/docs/about/brand.md +++ b/docs/about/brand.md @@ -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> |
