Skip to content

Commit

Permalink
fix: help link (microsoft#5284)
Browse files Browse the repository at this point in the history
* Update publisher.ts

* Update index.ts
  • Loading branch information
zxyanliu committed Dec 10, 2020
1 parent bda71f9 commit 1578f81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const missingDotnetVersionError = {
message: formatMessage('To run this bot, Composer needs .NET Core SDK.'),
linkAfterMessage: {
text: formatMessage('Learn more.'),
url: 'https://docs.microsoft.com/en-us/composer/setup-yarn',
url: 'https://aka.ms/install-composer',
},
link: {
text: formatMessage('Install Microsoft .NET Core SDK'),
Expand Down
2 changes: 1 addition & 1 deletion Composer/packages/lib/shared/src/featureFlagUtils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const getDefaultFeatureFlags = (): FeatureFlagMap => ({
},
PACKAGE_MANAGER: {
displayName: formatMessage('Package manager'),
description: formatMessage('Discover and use components that can be installed into your bot.'),
description: formatMessage('Discover and use components that can be installed into your bot'),
isHidden: false,
enabled: false,
documentationLink: 'https://aka.ms/composer-package-manager-readme',
Expand Down

0 comments on commit 1578f81

Please sign in to comment.