diff options
| author | Julian Thilo <[email protected]> | 2014-02-07 23:21:32 +0100 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2014-02-07 23:21:32 +0100 |
| commit | b61d12ff175af030f894fb7bde961ffbd9cfdeef (patch) | |
| tree | a0aa83c3e2ef426897a5132f31595b77fb3b9b9e | |
| parent | f07423511d301afe408f7ffcdce2b0ada71317fd (diff) | |
| download | bootstrap-b61d12ff175af030f894fb7bde961ffbd9cfdeef.tar.xz bootstrap-b61d12ff175af030f894fb7bde961ffbd9cfdeef.zip | |
Fix wrong id
| -rw-r--r-- | docs/_includes/nav-components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/nav-components.html b/docs/_includes/nav-components.html index 4348bcf00..a7ec8a240 100644 --- a/docs/_includes/nav-components.html +++ b/docs/_includes/nav-components.html @@ -102,7 +102,7 @@ <a href="#progress">Progress bars</a> <ul class="nav"> <li><a href="#progress-basic">Basic example</a></li> - <li><a href="#progress-labels">With label</a></li> + <li><a href="#progress-label">With label</a></li> <li><a href="#progress-alternatives">Contextual alternatives</a></li> <li><a href="#progress-striped">Striped</a></li> <li><a href="#progress-animated">Animated</a></li> |
