diff options
| author | Chris Rebert <[email protected]> | 2015-09-01 18:01:39 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-09-01 18:01:39 -0700 |
| commit | d258559f11efb71029454c85cef209cbdc97e929 (patch) | |
| tree | 661ce84cd01ccf029d22569f267c838efe03e2aa | |
| parent | 88ec75b6e67b7f20ee72822b0df3b463160f2db4 (diff) | |
| parent | 9d30cb38d917bfdf96b44d5fa6e74e93d168598f (diff) | |
| download | bootstrap-d258559f11efb71029454c85cef209cbdc97e929.tar.xz bootstrap-d258559f11efb71029454c85cef209cbdc97e929.zip | |
Merge pull request #17427 from supergibbs/v4-docs-nav-link-in-scrollspy
Fixed link to nav component from scrollspy documentation
| -rw-r--r-- | docs/components/scrollspy.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/scrollspy.md b/docs/components/scrollspy.md index 9d78e6a72..dd0b45d99 100644 --- a/docs/components/scrollspy.md +++ b/docs/components/scrollspy.md @@ -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 |
