diff --git a/foundations/html_css/flexbox/flexbox-growing-and-shrinking.md b/foundations/html_css/flexbox/flexbox-growing-and-shrinking.md
index 5af4a156d57..31539f9a636 100644
--- a/foundations/html_css/flexbox/flexbox-growing-and-shrinking.md
+++ b/foundations/html_css/flexbox/flexbox-growing-and-shrinking.md
@@ -84,7 +84,7 @@ It *is* possible to get fancy, and set up layouts where some columns relate to e
-1. Read [W3C's flex section](https://www.w3.org/TR/css-flexbox-1/#flex-common) to understand the basic values of common flex shorthand values.
+1. Read [W3C's "Basic Values of 'flex'"](https://www.w3.org/TR/css-flexbox-1/#flex-common) to understand the basic values of common flex shorthand values.
1. [MDN's documentation on flex](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) summarizes the entire flex shorthand values, as well as introduces some new syntax that hasn't been covered in the previous article.