Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const data: CategoryTemplateSchema = {
type: 'blocks',
name: 'Checkout components',
subtitle: 'More components',
url: '/docs/api/checkout-ui-extensions/polaris-web-components',
url: '/docs/api/checkout-ui-extensions/2025-10-rc/polaris-web-components',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I seem to remember this link working before, and the docs used to keep you on the version you already viewing if not already specified in the link. Has that changed?

},
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,13 @@ const data: LandingTemplateSchema = {
{
name: 'Checkout components',
subtitle: 'API Reference',
url: '/api/checkout-ui-extensions/components',
url: '/docs/api/checkout-ui-extensions/2025-10-rc/polaris-web-components',
type: 'blocks',
},
{
name: 'Customer account components',
subtitle: 'API Reference',
url: '/api/customer-account-ui-extensions/components',
url: '/docs/api/customer-account-ui-extensions/2025-10-rc/polaris-web-components',
type: 'blocks',
},
{
Expand Down