diff options
| author | XhmikosR <[email protected]> | 2018-04-02 14:55:58 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-04-02 19:19:09 +0300 |
| commit | 10c64bdae867c0dcc808a68af12d551710baea8d (patch) | |
| tree | 5a6774e6e9f7bcced20a31984ae50aecbd4f1f89 /docs/4.0/examples | |
| parent | 95cdfa2a655f028b5e0ede525617261ab2bd62c0 (diff) | |
| download | bootstrap-10c64bdae867c0dcc808a68af12d551710baea8d.tar.xz bootstrap-10c64bdae867c0dcc808a68af12d551710baea8d.zip | |
Fix broken URI fragments and redirects.
Diffstat (limited to 'docs/4.0/examples')
| -rw-r--r-- | docs/4.0/examples/navbars/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/examples/navbars/index.html b/docs/4.0/examples/navbars/index.html index 95aaa92c2..eb4397187 100644 --- a/docs/4.0/examples/navbars/index.html +++ b/docs/4.0/examples/navbars/index.html @@ -326,7 +326,7 @@ <div class="jumbotron"> <div class="col-sm-8 mx-auto"> <h1>Navbar examples</h1> - <p>This example is a quick exercise to illustrate how the navbar and its contents work. Some navbars extend the width of the viewport, others are confined within a <code>.container</code>. For positioning of navbars, checkout the <a href="../navbar-top/">top</a> and <a href="../navbar-top-fixed/">fixed top</a> examples.</p> + <p>This example is a quick exercise to illustrate how the navbar and its contents work. Some navbars extend the width of the viewport, others are confined within a <code>.container</code>. For positioning of navbars, checkout the <a href="../navbar-static/">top</a> and <a href="../navbar-fixed/">fixed top</a> examples.</p> <p>At the smallest breakpoint, the collapse plugin is used to hide the links and show a menu button to toggle the collapsed content.</p> <p> <a class="btn btn-primary" href="../../components/navbar/" role="button">View navbar docs »</a> |
