Skip to content

Commit

Permalink
Fix guide URLs (in lib/primer/deprecations.yml) (#2203)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Rohan <rohan@github.com>
  • Loading branch information
orhantoy and jonrohan authored Aug 11, 2023
1 parent d7da401 commit 3f50402
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/chilly-poems-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@primer/view-components": patch
---

Fix guide URLs (in lib/primer/deprecations.yml)

<!-- Changed components: _none_ -->
6 changes: 3 additions & 3 deletions lib/primer/deprecations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ deprecations:
- component: "Primer::ButtonComponent"
autocorrect: false
replacement: "Primer::Beta::Button"
guide: "https://primer.style/view-components/guides/primer_button_component"
guide: "https://primer.style/design/guides/development/rails/migration-guides/primer-button-component"

- component: "Primer::IconButton"
autocorrect: true
Expand All @@ -29,7 +29,7 @@ deprecations:
- component: "Primer::LayoutComponent"
autocorrect: false
replacement: "Primer::Alpha::Layout"
guide: "https://primer.style/view-components/guides/primer_layout_component"
guide: "https://primer.style/design/guides/development/rails/migration-guides/primer-layout-component"

- component: "Primer::Navigation::TabComponent"
autocorrect: true
Expand All @@ -42,4 +42,4 @@ deprecations:
- component: "Primer::Truncate"
autocorrect: false
replacement: "Primer::Beta::Truncate"
guide: "https://primer.style/view-components/guides/primer_truncate"
guide: "https://primer.style/design/guides/development/rails/migration-guides/primer-truncate"

0 comments on commit 3f50402

Please sign in to comment.