From c3caf7ee4e1e6403169ec36e1b1bef36f894c16a Mon Sep 17 00:00:00 2001 From: Swardu Date: Thu, 12 Apr 2018 12:56:33 +0200 Subject: [PATCH] Docs/examples: change links to Sass documentation and example.com to https --- docs/4.1/components/breadcrumb.md | 2 +- docs/4.1/examples/navbars/index.html | 18 +++++++++--------- docs/4.1/examples/offcanvas/index.html | 2 +- docs/4.1/examples/starter-template/index.html | 2 +- js/tests/visual/dropdown.html | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/4.1/components/breadcrumb.md b/docs/4.1/components/breadcrumb.md index 6a64c12856..5324c40f8f 100644 --- a/docs/4.1/components/breadcrumb.md +++ b/docs/4.1/components/breadcrumb.md @@ -33,7 +33,7 @@ group: components ## Changing the separator -Separators are automatically added in CSS through [`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`content`](https://developer.mozilla.org/en-US/docs/Web/CSS/content). They can be changed by changing `$breadcrumb-divider`. The [quote](http://sass-lang.com/documentation/Sass/Script/Functions.html#quote-instance_method) function is needed to generate the quotes around a string, so if you want `>` as seperator, you can use this: +Separators are automatically added in CSS through [`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`content`](https://developer.mozilla.org/en-US/docs/Web/CSS/content). They can be changed by changing `$breadcrumb-divider`. The [quote](https://sass-lang.com/documentation/Sass/Script/Functions.html#quote-instance_method) function is needed to generate the quotes around a string, so if you want `>` as seperator, you can use this: ```scss $breadcrumb-divider: quote(">"); diff --git a/docs/4.1/examples/navbars/index.html b/docs/4.1/examples/navbars/index.html index eb43971872..d8a57ff219 100644 --- a/docs/4.1/examples/navbars/index.html +++ b/docs/4.1/examples/navbars/index.html @@ -36,7 +36,7 @@ Disabled