]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: Fix vertical align link
authorkyletsang <6854874+kyletsang@users.noreply.github.com>
Sun, 28 Jun 2020 06:23:51 +0000 (23:23 -0700)
committerMark Otto <otto@github.com>
Thu, 17 Sep 2020 05:09:42 +0000 (22:09 -0700)
site/content/docs/5.0/utilities/vertical-align.md

index 730133600661bc5583ebe407b4fefa679bd251a3..f7cf2207be9c6571555c5cc2cd363568b7f4df59 100644 (file)
@@ -9,7 +9,7 @@ Change the alignment of elements with the [`vertical-alignment`](https://develop
 
 Choose from `.align-baseline`, `.align-top`, `.align-middle`, `.align-bottom`, `.align-text-bottom`, and `.align-text-top` as needed.
 
-To vertically center non-inline content (like `<div>`s and more), use our [flex box utilities]({{< docsref "/utilities/flex#auto-margins" >}}).
+To vertically center non-inline content (like `<div>`s and more), use our [flex box utilities]({{< docsref "/utilities/flex#align-items" >}}).
 
 With inline elements: