diff options
| author | Mark Otto <[email protected]> | 2015-09-01 20:06:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-09-01 20:06:00 -0700 |
| commit | 5d5398afdb1c6f90303c4742cc857aa4d9064ec1 (patch) | |
| tree | a22d0352c76458222799df0e8e847788d66eb964 /docs/examples/offcanvas | |
| parent | d258559f11efb71029454c85cef209cbdc97e929 (diff) | |
| parent | 34932d71b49f91b07c83b4fd41d890db648132f2 (diff) | |
| download | bootstrap-5d5398afdb1c6f90303c4742cc857aa4d9064ec1.tar.xz bootstrap-5d5398afdb1c6f90303c4742cc857aa4d9064ec1.zip | |
Merge pull request #17389 from Gupocca/link-fixing
Fix several erroneous links in docs.
Diffstat (limited to 'docs/examples/offcanvas')
| -rw-r--r-- | docs/examples/offcanvas/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 3da9f9d7a..bd12b22bd 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -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 --> |
