Skip to content

Commit

Permalink
Use new system args docs url (#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron authored Jul 27, 2023
1 parent 8464823 commit 104a77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/docs.rake
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ namespace :docs do
# add to this as more pages are migrated
INTRO_URL_MAP = {
"/" => "https://primer.style/design/guides/development/rails",
"/system-arguments" => "https://primer.style/design/foundations/system-arguments",
"/system-arguments" => "https://primer.style/view-components/lookbook/pages/system_arguments",
"/status" => "https://primer.style/design/guides/status",
"/migration" => "https://primer.style/design/guides/development/rails#migration-and-upgrade-guides"
}.freeze
Expand Down

0 comments on commit 104a77d

Please sign in to comment.