From ee178d7bdfb34329a3c6f0f62b0955d7f1c4b2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Gabry=C5=9B?= <adam.gabrys@live.com> Date: Wed, 11 Jan 2023 13:56:27 +0100 Subject: [PATCH] Update view typography utilities button link (#1130) The typography utilities page has been moved sopme time ago, but the button URL was not updated. This commit fixes the broken link. --- docs/ui-components/typography.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ui-components/typography.md b/docs/ui-components/typography.md index b879c952..de8a89e4 100644 --- a/docs/ui-components/typography.md +++ b/docs/ui-components/typography.md @@ -111,4 +111,4 @@ Text can be **bold**, _italic_, or ~~strikethrough~~. There are a number of specific typographic CSS classes that allow you to override default styling for font size, font weight, line height, and capitalization. -[View typography utilities]({{ site.baseurl }}{% link docs/utilities/utilities.md %}#typography){: .btn .btn-outline } +[View typography utilities]({{ site.baseurl }}{% link docs/utilities/typography.md %}){: .btn .btn-outline } -- GitLab