]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix several erroneous links in docs. 17389/head
authorGupocca <gupocca@gmail.com>
Sat, 29 Aug 2015 06:04:09 +0000 (23:04 -0700)
committerGupocca <gupocca@gmail.com>
Sat, 29 Aug 2015 17:59:04 +0000 (10:59 -0700)
Related to #17314.

docs/_includes/header.html
docs/components/navbar.md
docs/components/scrollspy.md
docs/examples/index.md
docs/examples/navbar/index.html
docs/examples/offcanvas/index.html
docs/examples/sticky-footer-navbar/index.html
docs/getting-started/introduction.md
docs/index.html

index 7efc407a2d960de8c260774a41dd18c36a17ec2c..59ba2744a657bd20a3cc4dcb66ac8dac4636305e 100644 (file)
@@ -28,7 +28,7 @@
 <script src="{{ site.baseurl }}/assets/js/ie-emulation-modes-warning.js"></script>
 
 <!-- Favicons -->
-<link rel="apple-touch-icon-precomposed" href="{{ site.baseurl }}/apple-touch-icon-precomposed.png">
+<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png">
 <link rel="icon" href="{{ site.baseurl }}/favicon.ico">
 
 <script>
index 2c98c812a1ddbd0a1d20232d54a235e32f83feb4..0c8be6fffe9f076160bafcf478b304b6a84bd085 100644 (file)
@@ -16,7 +16,6 @@ The navbar is a simple wrapper for positioning branding, navigation, and other e
 Here's what you need to know before getting started with the navbar:
 
 - Navbars require a wrapping `.navbar` and a color scheme class (either `.navbar-default` or `.navbar-inverse`).
-- When using multiple components in a navbar, some [alignment classes](#alignment) are required.
 - Navbars and their contents are fluid by default. Use [optional containers](#containers) to limit their horizontal width.
 - Use `.pull-left` and `.pull-right` to quickly align sub-components.
 - Ensure accessibility by using a `<nav>` element or, if using a more generic element such as a `<div>`, add a `role="navigation"` to every navbar to explicitly identify it as a landmark region for users of assistive technologies.
index c2625a04bfb8b523b09c8e323c9c74b7e35e2f63..ce638b3c530c8acd478b9657621ac791722ca9a5 100644 (file)
@@ -51,7 +51,7 @@ The ScrollSpy plugin is for automatically updating nav targets based on scroll p
 
 ### Requires Bootstrap nav
 
-Scrollspy currently requires the use of a [Bootstrap nav component]({{ site.baseurl }}/components/nav/) for proper highlighting of active links.
+Scrollspy currently requires the use of a [Bootstrap nav component]({{ site.baseurl }}/components/navs/) for proper highlighting of active links.
 
 ### Requires relative positioning
 
index 0f621e2a40390d4d3e4cf8a684f25ce81dd626c7..500799f3adfa0ea76da3140e1264c31ca3bcfd56 100644 (file)
@@ -34,7 +34,7 @@ Examples that focus on implementing uses of built-in components provided by Boot
     <p>Build around the jumbotron with a navbar and some basic grid columns.</p>
   </div>
   <div class="col-xs-6 col-md-4">
-    <a href="{{ site.baseurl }}/examples/jumbotron-narrow/">
+    <a href="{{ site.baseurl }}/examples/narrow-jumbotron/">
       <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/jumbotron-narrow.jpg" alt="">
     </a>
     <h4>Narrow jumbotron</h4>
index a7ddcd8087f66c2cbdba6e4d5e92eeafedae518b..2871ef8365721d6a9b80c7f679130b0b06483453 100644 (file)
@@ -42,7 +42,7 @@
         <h1>Navbar example</h1>
         <p>This example is a quick exercise to illustrate how the default navbar works. It's placed within a <code>.container</code> to limit its width and will scroll with the rest of the page's content.</p>
         <p>
-          <a class="btn btn-lg btn-primary" href="../../components/#navbar" role="button">View navbar docs &raquo;</a>
+          <a class="btn btn-lg btn-primary" href="../../components/navbar" role="button">View navbar docs &raquo;</a>
         </p>
       </div>
 
index 3da9f9d7a4a94d2d1f1b976d763a5896e2186c8e..bd12b22bdde02785e593c0f4fbfef9dda9d16478 100644 (file)
@@ -36,8 +36,8 @@
         <div id="navbar" class="collapse navbar-collapse">
           <ul class="nav navbar-nav">
             <li class="active"><a href="#">Home</a></li>
-            <li><a href="#about">About</a></li>
-            <li><a href="#contact">Contact</a></li>
+            <li><a href="#">About</a></li>
+            <li><a href="#">Contact</a></li>
           </ul>
         </div><!-- /.nav-collapse -->
       </div><!-- /.container -->
index 719d72204f1ace83571f6390f2ad54f09062a848..56408c6a8a7a9e50624e9555f8af944e79f96ae5 100644 (file)
@@ -38,8 +38,8 @@
         <div id="navbar" class="collapse navbar-collapse">
           <ul class="nav navbar-nav">
             <li class="active"><a href="#">Home</a></li>
-            <li><a href="#about">About</a></li>
-            <li><a href="#contact">Contact</a></li>
+            <li><a href="#">About</a></li>
+            <li><a href="#">Contact</a></li>
             <li class="dropdown">
               <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Dropdown</a>
               <div class="dropdown-menu">
index 7ca3e5ccea9de29abaeb72837bfbe21c2d94af57..06ac547a2f8e245d5b25cc32ed03f1fb8354463b 100644 (file)
@@ -65,7 +65,7 @@ Put it all together and your pages should look like this:
 </html>
 {% endhighlight %}
 
-That's all you need for overall page requirements. Visit the [Layout docs]({{ site.baseurl }}/layout/scaffolding) or [our official examples]({{ site.baseurl }}/examples/) to start laying out your site's content and components.
+That's all you need for overall page requirements. Visit the [Layout docs]({{ site.baseurl }}/layout/overview) or [our official examples]({{ site.baseurl }}/examples/) to start laying out your site's content and components.
 
 ## Important globals
 
index de2bcb39b7420a7f803a7dbef726fce4aaabee00..f83ffb96e06d4ea4b94715c974a98202bd301b16 100644 (file)
@@ -96,7 +96,7 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f
 <div class="bd-featurette">
   <div class="container">
     <h2 class="bd-featurette-title">Built with Bootstrap.</h2>
-    <p class="lead">Millions of amazing sites across the web are being built with Bootstrap. Get started on your own with our growing <a href="../getting-started/#examples">collection of examples</a> or by exploring some of our favorites.</p>
+    <p class="lead">Millions of amazing sites across the web are being built with Bootstrap. Get started on your own with our growing <a href="../examples">collection of examples</a> or by exploring some of our favorites.</p>
 
     <div class="row bd-featured-sites">
     {% for showcase in site.data.showcase %}