npm package diff

Package: @forge/cli-shared

Versions: 8.4.0 - 8.5.0-next.0

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -282,13 +282,13 @@
         }
     },
     devSpace: {
         fetching: 'Fetching your developer spaces...',
-        documentationLink: 'https://go.atlassian.com/some-link',
+        documentationLink: 'https://developer.atlassian.com/platform/forge/developer-space/developer-spaces-introduction',
         noSpacesFound: (command, documentationLink) => `You are not currently a member of a Developer Space. You must be a member of a Developer space to ${command} an app. Please contact an admin to be added to an existing space or create a new one. To learn more about your Developer Space, go to: ${documentationLink}\n`,
         selectPrompt: 'Select or create a Developer Space:',
         assignmentInfo: 'You are about to assign your app to a Developer Space. Once you assign your app to the selected Developer Space, all usage and billing for the app will be managed through this space.',
-        selectionPrompt: 'Please select the Developer Space you want to assign your app to. To learn more about your Developer Space, go to: https://go.atlassian.com/some-link',
+        selectionPrompt: (documentationLink) => `Please select the Developer Space you want to assign your app to. To learn more about your Developer Space, go to: ${documentationLink}`,
         createNewOption: 'Create a new Developer Space',
         createContinuePrompt: 'Do you want to continue?',
         createNewSpaceInfo: (documentationLink) => `\nA new Developer Space will now be created for you. To learn more about your Developer Space, go to: \n${documentationLink}`,
         createMessage: '\nName your Developer Space. The name must be unique and can include dashes, spaces, and underscores.\n',