From 1a54286befabfb8c18de420df4d7074ab7eb77b3 Mon Sep 17 00:00:00 2001 From: Kyle Tsang <6854874+kyletsang@users.noreply.github.com> Date: Wed, 5 May 2021 07:44:43 -0700 Subject: [PATCH] Fix doc typo and Bootstrap Icons link (#33832) * Fix typo in migration guide * Fix Bootstrap Icons link in alerts page --- site/content/docs/5.0/components/alerts.md | 2 +- site/content/docs/5.0/migration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/5.0/components/alerts.md b/site/content/docs/5.0/components/alerts.md index 42853f2e0ca4..edfdcb17a753 100644 --- a/site/content/docs/5.0/components/alerts.md +++ b/site/content/docs/5.0/components/alerts.md @@ -51,7 +51,7 @@ Alerts can also contain additional HTML elements like headings, paragraphs and d ### Icons -Similarly, you can use [flexbox utilities]({{< docsref "/utilities/flex" >}}) and [Bootstrap Icons]({{ .Site.Params.icons }}) to create alerts with icons. Depending on your icons and content, you may want to add more utilities or custom styles. +Similarly, you can use [flexbox utilities]({{< docsref "/utilities/flex" >}}) and [Bootstrap Icons]({{< param icons >}}) to create alerts with icons. Depending on your icons and content, you may want to add more utilities or custom styles. {{< example >}}