From ff276a0bf7befaecafddd3653f784f5a256a053d Mon Sep 17 00:00:00 2001
From: Mathias Brodala <mbrodala@pagemachine.de>
Date: Fri, 11 Aug 2017 15:43:08 +0200
Subject: [PATCH] Fix link to card component

https://getbootstrap.com/docs/4.0/components/cards/ should be https://getbootstrap.com/docs/4.0/components/card/
---
 docs/4.0/migration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index 323d321f62..ae681a1436 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -49,7 +49,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to
 
 ### Components
 
-- **Dropped panels, thumbnails, and wells** for a new all-encompassing component, [cards]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/cards/).
+- **Dropped panels, thumbnails, and wells** for a new all-encompassing component, [cards]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/card/).
 - **Dropped the Glyphicons icon font.** If you need icons, some options are:
   - the upstream version of [Glyphicons](https://glyphicons.com/)
   - [Octicons](https://octicons.github.com/)
-- 
GitLab