Skip to content

Commit

Permalink
fix docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenrodgers committed Dec 14, 2023
1 parent 1b74455 commit e5229c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/lib/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ const showPlatformVersionWarning = async (accountId, projectConfig) => {
const platformVersion = projectConfig.platformVersion;
const docsLink = uiLink(
i18n(`${i18nKey}.showPlatformVersionWarning.docsLink`),
'https://developers.hubspot.com/docs/platform/developer-projects-setup'
'https://developers.hubspot.com/docs/platform/platform-versioning'
);

if (!platformVersion) {
Expand Down

0 comments on commit e5229c2

Please sign in to comment.