diff options
| author | Mark Otto <[email protected]> | 2017-07-04 13:07:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-04 13:07:15 -0700 |
| commit | 059969bcd2f71adc4411b0a14b8a6ad8ac2ab94b (patch) | |
| tree | 64e9d5c0216df9b113b87b1f6ef114334386e4f5 /docs/_includes/js | |
| parent | 4c4390193f58131ae16e8c690c55342955bf4a5d (diff) | |
| download | bootstrap-059969bcd2f71adc4411b0a14b8a6ad8ac2ab94b.tar.xz bootstrap-059969bcd2f71adc4411b0a14b8a6ad8ac2ab94b.zip | |
update links, new version to v3.4.0, add new baseurl for easy v3.4 building
Diffstat (limited to 'docs/_includes/js')
| -rw-r--r-- | docs/_includes/js/modal.html | 2 | ||||
| -rw-r--r-- | docs/_includes/js/scrollspy.html | 2 | ||||
| -rw-r--r-- | docs/_includes/js/tabs.html | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index c2c772b5d..cb00fc80c 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -12,7 +12,7 @@ </div> <div class="bs-callout bs-callout-warning" id="callout-modal-mobile-caveats"> <h4>Mobile device caveats</h4> - <p>There are some caveats regarding using modals on mobile devices. <a href="../getting-started/#support-fixed-position-keyboards">See our browser support docs</a> for details.</p> + <p>There are some caveats regarding using modals on mobile devices. <a href="{{ site.baseurl }}/getting-started/#support-fixed-position-keyboards">See our browser support docs</a> for details.</p> </div> <p><strong class="text-danger">Due to how HTML5 defines its semantics, the <code>autofocus</code> HTML attribute has no effect in Bootstrap modals.</strong> To achieve the same effect, use some custom JavaScript:</p> diff --git a/docs/_includes/js/scrollspy.html b/docs/_includes/js/scrollspy.html index 186a48fb1..192ed45d5 100644 --- a/docs/_includes/js/scrollspy.html +++ b/docs/_includes/js/scrollspy.html @@ -53,7 +53,7 @@ <div class="bs-callout bs-callout-warning" id="callout-scrollspy-needs-nav"> <h4>Requires Bootstrap nav</h4> - <p>Scrollspy currently requires the use of a <a href="../components/#nav">Bootstrap nav component</a> for proper highlighting of active links.</p> + <p>Scrollspy currently requires the use of a <a href="{{ site.baseurl }}/components/#nav">Bootstrap nav component</a> for proper highlighting of active links.</p> </div> <div class="bs-callout bs-callout-danger" id="callout-scrollspy-target-ids"> <h4>Resolvable ID targets required</h4> diff --git a/docs/_includes/js/tabs.html b/docs/_includes/js/tabs.html index 1dbe67c33..2abf2fd5a 100644 --- a/docs/_includes/js/tabs.html +++ b/docs/_includes/js/tabs.html @@ -33,7 +33,7 @@ <div class="bs-callout bs-callout-info" id="callout-tabs-extends-component"> <h4>Extends tabbed navigation</h4> - <p>This plugin extends the <a href="../components/#nav-tabs">tabbed navigation component</a> to add tabbable areas.</p> + <p>This plugin extends the <a href="{{ site.baseurl }}/components/#nav-tabs">tabbed navigation component</a> to add tabbable areas.</p> </div> @@ -57,7 +57,7 @@ $('#myTabs li:eq(2) a').tab('show') // Select third tab (0-indexed) {% endhighlight %} <h3>Markup</h3> - <p>You can activate a tab or pill navigation without writing any JavaScript by simply specifying <code>data-toggle="tab"</code> or <code>data-toggle="pill"</code> on an element. Adding the <code>nav</code> and <code>nav-tabs</code> classes to the tab <code>ul</code> will apply the Bootstrap <a href="../components/#nav-tabs">tab styling</a>, while adding the <code>nav</code> and <code>nav-pills</code> classes will apply <a href="../components/#nav-pills">pill styling</a>.</p> + <p>You can activate a tab or pill navigation without writing any JavaScript by simply specifying <code>data-toggle="tab"</code> or <code>data-toggle="pill"</code> on an element. Adding the <code>nav</code> and <code>nav-tabs</code> classes to the tab <code>ul</code> will apply the Bootstrap <a href="{{ site.baseurl }}/components/#nav-tabs">tab styling</a>, while adding the <code>nav</code> and <code>nav-pills</code> classes will apply <a href="{{ site.baseurl }}/components/#nav-pills">pill styling</a>.</p> {% highlight html %} <div> |
