Skip to content

Commit a8a1411

Browse files
author
Emily
authored
Merge pull request #307 from primer/system-props-links
Fix system props links
2 parents 00cdc04 + a69d8f8 commit a8a1411

23 files changed

Lines changed: 23 additions & 23 deletions

pages/components/docs/Avatar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Avatars are images used to represent users and organizations on GitHub. They typ
1111

1212
## System props
1313

14-
Avatar components get `COMMON` system props. Read our [System Props](/system-props) doc page for a full list of available props.
14+
Avatar components get `COMMON` system props. Read our [System Props](/components/docs/system-props) doc page for a full list of available props.
1515

1616
## Component props
1717

pages/components/docs/BorderBox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ BorderBox is a Box component with a border. When no `borderColor` is present, th
1010

1111
## System props
1212

13-
BorderBox components get `COMMON` and `LAYOUT` system props. Read our [System Props](/system-props) doc page for a full list of available props.
13+
BorderBox components get `COMMON` and `LAYOUT` system props. Read our [System Props](/components/docs/system-props) doc page for a full list of available props.
1414

1515
## Component props
1616

pages/components/docs/BranchName.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ BranchName is a label-type component rendered as an `<a>` tag by default with mo
1010

1111
## System props
1212

13-
BranchName components get `COMMON` system props. Read our [System Props](/system-props) doc page for a full list of available props.
13+
BranchName components get `COMMON` system props. Read our [System Props](/components/docs/system-props) doc page for a full list of available props.
1414

1515
## Component props
1616

pages/components/docs/Button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## System props
1414

15-
Button components get `COMMON` system props. Read our [System Props](/system-props) doc page for a full list of available props.
15+
Button components get `COMMON` system props. Read our [System Props](/components/docs/system-props) doc page for a full list of available props.
1616

1717
## Component props
1818

pages/components/docs/CircleBadge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Use CircleBadge to visually connect logos of third party services like in market
1212

1313
## System props
1414

15-
CircleBadge components get `COMMON` system props. Read our [System Props](/system-props) doc page for a full list of available props.
15+
CircleBadge components get `COMMON` system props. Read our [System Props](/components/docs/system-props) doc page for a full list of available props.
1616

1717
## Component props
1818

pages/components/docs/CircleOcticon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CircleOcticon renders any Octicon with a circle background. CircleOcticons are m
1111

1212
## System props
1313

14-
CircleOcticon components get `COMMON` system props. Read our [System Props](/system-props) doc page for a full list of available props.
14+
CircleOcticon components get `COMMON` system props. Read our [System Props](/components/docs/system-props) doc page for a full list of available props.
1515

1616
## Component props
1717

pages/components/docs/CounterLabel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Use the CounterLabel component to add a count to navigational elements and butto
1212

1313
## System props
1414

15-
CounterLabel components get `COMMON` system props. Read our [System Props](/system-props) doc page for a full list of available props.
15+
CounterLabel components get `COMMON` system props. Read our [System Props](/components/docs/system-props) doc page for a full list of available props.
1616

1717
## Component props
1818

pages/components/docs/Details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The Details component also accepts a `render` function prop.
5252
5353
## System props
5454
55-
Details components get `COMMON` system props. Read our [System Props](/system-props) doc page for a full list of available props.
55+
Details components get `COMMON` system props. Read our [System Props](/components/docs/system-props) doc page for a full list of available props.
5656
5757
## Component props
5858

pages/components/docs/Donut.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ When using the `data` prop, the fill of each slice comes from the corresponding
1212

1313
## System props
1414

15-
Donut components get `space` system props. Read our [System Props](/system-props) doc page for a full list of available props.
15+
Donut components get `space` system props. Read our [System Props](/components/docs/system-props) doc page for a full list of available props.
1616

1717
## Component props
1818

pages/components/docs/Dropdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Dropdown component is a lightweight context menu for housing navigation and
1616

1717
## System props
1818

19-
Dropdown components get `COMMON` system props. Read our [System Props](/system-props) doc page for a full list of available props.
19+
Dropdown components get `COMMON` system props. Read our [System Props](/components/docs/system-props) doc page for a full list of available props.
2020

2121
## Component props
2222

0 commit comments

Comments
 (0)