Skip to content

Commit 033ee0a

Browse files
authored
Merge pull request #977 from danchristian/patch-1
docs: fix link URLs in spacing.md
2 parents 6fecbe2 + 0cd90f5 commit 033ee0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/content/support/spacing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ The spacing scale is a **base-8** scale. We chose a base-8 scale because eight i
2222
| `$spacer-5` | 5 | 32px |
2323
| `$spacer-6` | 6 | 40px |
2424

25-
These variables are encouraged to be used within components and custom CSS. The spacing scale is also used for [margin](/css/utilities/margin) and [padding](/css/utilities/padding) utilities.
25+
These variables are encouraged to be used within components and custom CSS. The spacing scale is also used for [margin](/utilities/margin) and [padding](/utilities/padding) utilities.
2626

27-
See [primer-marketing-support](/css/support/marketing-variables) for the extended spacing scale used for marketing needs and the related y-axis spacing utilities for [margin](/css/utilities/marketing-margin) and [padding](/css/utilities/marketing-padding).
27+
See [primer-marketing-support](/support/marketing-variables) for the extended spacing scale used for marketing needs and the related y-axis spacing utilities for [margin](/utilities/marketing-margin) and [padding](/utilities/marketing-padding).
2828

2929
## Em-based spacing
3030

@@ -41,4 +41,4 @@ We aim for whole numbers, however, GitHub's body font-size is 14px which is diff
4141
| `$em-spacer-5` | 1/2 | .5 | 35 | 40 |
4242
| `$em-spacer-6` | 3/4 | .75 | 42 | 48 |
4343

44-
The variables listed above are preferred for use within components and custom CSS. To calculate values with other font-sizes or em values, we suggest using [Formula](http://jxnblk.com/formula/).
44+
The variables listed above are preferred for use within components and custom CSS. To calculate values with other font-sizes or em values, we suggest using [Formula](http://jxnblk.com/formula).

docs/content/utilities/flexbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Flex utilities can be used to apply `flexbox` behaviors to elements by using uti
1515

1616
Before using these utilities, **you should be familiar with CSS3 Flexible Box spec**. If you are not, check out MDN's guide:
1717

18-
:book: **[Using CSS Flexible Boxes](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes)**
18+
📖 **[Using CSS Flexible Boxes](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes)**
1919

2020
## Flex container
2121

0 commit comments

Comments
 (0)