From 2e69dfa8c1679238579ef6f5ec85deb755e4fb6d Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Tue, 4 Oct 2016 02:55:59 +1000 Subject: Fix broken/redirected links, moving to HTTPS where possible. (#20557) --- docs/components/card.md | 4 ++-- docs/components/carousel.md | 2 +- docs/components/dropdowns.md | 2 +- docs/components/forms.md | 8 ++++---- docs/components/navbar.md | 2 +- docs/components/popovers.md | 12 ++++++------ docs/components/progress.md | 2 +- docs/components/tooltips.md | 8 ++++---- 8 files changed, 20 insertions(+), 20 deletions(-) (limited to 'docs/components') diff --git a/docs/components/card.md b/docs/components/card.md index 04f028189..64cf6c1c5 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -142,7 +142,7 @@ Using custom widths: ## Text alignment -You can quickly change the text alignment of any card—in its entirety or specific parts—with our [text align classes]({{ site.baseurl }}/components/utilities/#text-alignment). +You can quickly change the text alignment of any card—in its entirety or specific parts—with our [text align classes]({{ site.baseurl }}/utilities/typography/#text-alignment). {% example html %}
@@ -435,7 +435,7 @@ In need of a colored card, but not the hefty background colors they bring? Repla ## Groups -Use card groups to render cards as a single, attached element with equal width and height columns. By default, card groups use `display: table;` and `table-layout: fixed;` to achieve their uniform sizing. However, enabling [flexbox mode]({{ site.baseurl }}/getting-started/flexbox) can switch that to use `display: flex;` and provide the same effect. +Use card groups to render cards as a single, attached element with equal width and height columns. By default, card groups use `display: table;` and `table-layout: fixed;` to achieve their uniform sizing. However, enabling [flexbox mode]({{ site.baseurl }}/getting-started/flexbox/) can switch that to use `display: flex;` and provide the same effect. Only applies to small devices and above. diff --git a/docs/components/carousel.md b/docs/components/carousel.md index 5bc299774..64b012b0e 100644 --- a/docs/components/carousel.md +++ b/docs/components/carousel.md @@ -5,7 +5,7 @@ description: A slideshow component for cycling through elements—images or slid group: components --- -A slideshow component for cycling through elements—images or slides of text—like a carousel. In browsers where the [Page Visibility API](http://www.w3.org/TR/page-visibility/) is supported, the carousel will avoid sliding when the webpage is not visible to the user (such as when the browser tab is inactive, the browser window is minimized, etc.). **Nested carousels are not supported.** +A slideshow component for cycling through elements—images or slides of text—like a carousel. In browsers where the [Page Visibility API](https://www.w3.org/TR/page-visibility/) is supported, the carousel will avoid sliding when the webpage is not visible to the user (such as when the browser tab is inactive, the browser window is minimized, etc.). **Nested carousels are not supported.** ## Contents diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md index db26ffe87..68c388f21 100644 --- a/docs/components/dropdowns.md +++ b/docs/components/dropdowns.md @@ -37,7 +37,7 @@ And with `` elements: {% example html %}