aboutsummaryrefslogtreecommitdiff
path: root/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-27 00:28:23 -0700
committerMark Otto <[email protected]>2013-07-27 00:28:23 -0700
commit94df8090a7771b463c7661b7b0aeecac328b00f4 (patch)
treefb60b4c1414b97a8af50e5186b150d2472c13c73 /components.html
parent0f2b22a21087cc64fd67c1e3e72560d6fd469588 (diff)
downloadbootstrap-94df8090a7771b463c7661b7b0aeecac328b00f4.tar.xz
bootstrap-94df8090a7771b463c7661b7b0aeecac328b00f4.zip
fixes for hella broken links on account of jekyll and twbs.github.com links
Diffstat (limited to 'components.html')
-rw-r--r--components.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/components.html b/components.html
index e612caff5..1f685c2db 100644
--- a/components.html
+++ b/components.html
@@ -13,7 +13,7 @@ base_url: "../"
<div class="page-header">
<h1 id="dropdowns">Dropdown menus</h1>
</div>
- <p class="lead">Toggleable, contextual menu for displaying lists of links. Made interactive with the <a href="/javascript/#dropdowns">dropdown JavaScript plugin</a>.</p>
+ <p class="lead">Toggleable, contextual menu for displaying lists of links. Made interactive with the <a href="../javascript/#dropdowns">dropdown JavaScript plugin</a>.</p>
<h3 id="dropdowns-example">Example</h3>
<p>Wrap the dropdown's trigger and the dropdown menu within <code>.dropdown</code>, or another element that declares <code>position: relative;</code>. Then add the menu's HTML.</p>
@@ -102,7 +102,7 @@ base_url: "../"
<div class="page-header">
<h1 id="btn-groups">Button groups</h1>
</div>
- <p class="lead">Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with <a href="/javascript/#js-buttons">our buttons plugin</a>.</p>
+ <p class="lead">Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with <a href="../javascript/#js-buttons">our buttons plugin</a>.</p>
<div class="bs-callout bs-callout-info">
<h4>Tooltips &amp; popovers in button groups require special setting</h4>
@@ -227,7 +227,7 @@ base_url: "../"
<div class="bs-callout bs-callout-danger">
<h4>Plugin dependency</h4>
- <p>Button dropdowns require the <a href="/javascript/#dropdowns">dropdown plugin</a> to be included in your version of Bootstrap.</p>
+ <p>Button dropdowns require the <a href="../javascript/#dropdowns">dropdown plugin</a> to be included in your version of Bootstrap.</p>
</div>
<h3 id="btn-dropdowns-single">Single button dropdowns</h3>
@@ -591,7 +591,7 @@ base_url: "../"
<h2 id="nav-dropdowns">Dropdowns</h2>
- <p>Add dropdown menus with a little extra HTML and the <a href="/javascript/#dropdowns">dropdowns JavaScript plugin</a>.</p>
+ <p>Add dropdown menus with a little extra HTML and the <a href="../javascript/#dropdowns">dropdowns JavaScript plugin</a>.</p>
<h3>Tabs with dropdowns</h3>
<div class="bs-example">
@@ -977,7 +977,7 @@ body { padding-bottom: 70px; }
<div class="bs-callout bs-callout-danger">
<h4>Plugin dependency</h4>
- <p>The responsive navbar requires the <a href="/javascript/#collapse">collapse plugin</a> to be included in your version of Bootstrap.</p>
+ <p>The responsive navbar requires the <a href="../javascript/#collapse">collapse plugin</a> to be included in your version of Bootstrap.</p>
</div>
@@ -1383,7 +1383,7 @@ body { padding-bottom: 70px; }
<div class="page-header">
<h1 id="thumbnails">Thumbnails</h1>
</div>
- <p class="lead">Extend Bootstrap's <a href="/css/#grid">grid system</a> with the thumbnail component to easily display grids of images, videos, text, and more.</p>
+ <p class="lead">Extend Bootstrap's <a href="../css/#grid">grid system</a> with the thumbnail component to easily display grids of images, videos, text, and more.</p>
<h3>Default thumbnails</h3>
<p>By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.</p>
@@ -1483,7 +1483,7 @@ body { padding-bottom: 70px; }
<div class="page-header">
<h1 id="alerts">Alerts</h1>
</div>
- <p class="lead">Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the <a href="/javascript/#js-alerts">alerts jQuery plugin</a>.</p>
+ <p class="lead">Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the <a href="../javascript/#js-alerts">alerts jQuery plugin</a>.</p>
<h3 id="alerts-default">Default alert</h3>
<p>Wrap any text and an optional dismiss button in <code>.alert</code> for a basic warning alert message.</p>