From 95999a13b4fc5231243b751523db1ed96fceeba4 Mon Sep 17 00:00:00 2001 From: Chris Rowe Date: Wed, 19 Aug 2015 19:29:21 +0100 Subject: Fixed "Srollspy" typo in component title --- docs/components/scrollspy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components/scrollspy.md') diff --git a/docs/components/scrollspy.md b/docs/components/scrollspy.md index efe8c8145..9bd3a3a53 100644 --- a/docs/components/scrollspy.md +++ b/docs/components/scrollspy.md @@ -1,6 +1,6 @@ --- layout: docs -title: Srollspy +title: Scrollspy group: components --- -- cgit v1.2.3 From df734852ee91486767f5af27319adce966e2e0cf Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Thu, 20 Aug 2015 15:22:03 -0400 Subject: v4 Docs - Fix scroll spy navbar example Fix #17125 --- docs/components/scrollspy.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/components/scrollspy.md') diff --git a/docs/components/scrollspy.md b/docs/components/scrollspy.md index 9bd3a3a53..26d0dd433 100644 --- a/docs/components/scrollspy.md +++ b/docs/components/scrollspy.md @@ -19,13 +19,13 @@ The ScrollSpy plugin is for automatically updating nav targets based on scroll p -- cgit v1.2.3 From 73a88dbe8649758e20464c60cfd568e4828d6c27 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Fri, 21 Aug 2015 00:17:35 +0200 Subject: Docs: Update all dropdowns to new HTML structure --- docs/components/scrollspy.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/components/scrollspy.md') diff --git a/docs/components/scrollspy.md b/docs/components/scrollspy.md index 26d0dd433..2cec07f90 100644 --- a/docs/components/scrollspy.md +++ b/docs/components/scrollspy.md @@ -21,12 +21,12 @@ The ScrollSpy plugin is for automatically updating nav targets based on scroll p -- cgit v1.2.3 From 66be25917a66a2cdb19a297a1ce7e5642357fc06 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Fri, 21 Aug 2015 02:15:17 +0200 Subject: Docs: various fixes Mostly links. Fixes #17056. --- docs/components/scrollspy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components/scrollspy.md') diff --git a/docs/components/scrollspy.md b/docs/components/scrollspy.md index 2cec07f90..c2625a04b 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](/components/nav/) for proper highlighting of active links. +Scrollspy currently requires the use of a [Bootstrap nav component]({{ site.baseurl }}/components/nav/) for proper highlighting of active links. ### Requires relative positioning -- cgit v1.2.3