diff options
| author | XhmikosR <[email protected]> | 2017-10-19 18:18:57 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-19 08:18:57 -0700 |
| commit | 1f43fe970bf7677cbd7f5856a375d45d58729793 (patch) | |
| tree | f0f2784f6a12c493dc741ac36cf78505b84a47be /docs/4.0/components | |
| parent | d4e7090c2df26c3cd6b4159afc18a169c5af3284 (diff) | |
| download | bootstrap-1f43fe970bf7677cbd7f5856a375d45d58729793.tar.xz bootstrap-1f43fe970bf7677cbd7f5856a375d45d58729793.zip | |
Fix a few 404 and one redirected link. (#24432)
Diffstat (limited to 'docs/4.0/components')
| -rw-r--r-- | docs/4.0/components/navbar.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/4.0/components/navbar.md b/docs/4.0/components/navbar.md index 5856ea54c..a40b68897 100644 --- a/docs/4.0/components/navbar.md +++ b/docs/4.0/components/navbar.md @@ -52,10 +52,10 @@ Here's an example of all the sub-components included in a responsive light-theme Dropdown </a> <div class="dropdown-menu" aria-labelledby="navbarDropdown"> - <a class="dropdown-item" href="/action">Action</a> - <a class="dropdown-item" href="/another_action">Another action</a> + <a class="dropdown-item" href="#">Action</a> + <a class="dropdown-item" href="#">Another action</a> <div class="dropdown-divider"></div> - <a class="dropdown-item" href="http://www.example.com/something_else_here">Something else here</a> + <a class="dropdown-item" href="#">Something else here</a> </div> </li> <li class="nav-item"> @@ -70,7 +70,7 @@ Here's an example of all the sub-components included in a responsive light-theme </nav> {% endexample %} -This example uses [color]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/color/) (`bg-light`) and [spacing]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/spacing/) (`my-2`, `my-lg-0`, `mr-sm-0`, `my-sm-0`) utility classes. +This example uses [color]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/colors/) (`bg-light`) and [spacing]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/spacing/) (`my-2`, `my-lg-0`, `mr-sm-0`, `my-sm-0`) utility classes. ### Brand |
