Skip to content

Commit

Permalink
refactor(CLI): Update link style for modern logs
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Oct 14, 2021
1 parent be00a26 commit 6264296
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/cli/render-help/general.js
Expand Up @@ -24,11 +24,11 @@ module.exports = (loadedPlugins) => {
null,
style.aside('Monitoring'),
'Enable performance and error monitoring with the Serverless Dashboard.',
`Learn more: ${style.link('https://serverless.com/monitoring')}`,
`Learn more: ${style.linkStrong('https://serverless.com/monitoring')}`,
null,
style.aside('Plugins'),
'Extend the Serverless Framework with plugins.',
`Explore plugins: ${style.link('https://serverless.com/plugins')}`,
`Explore plugins: ${style.linkStrong('https://serverless.com/plugins')}`,
null,
style.aside('Options')
);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"@serverless/components": "^3.17.1",
"@serverless/dashboard-plugin": "^5.4.6",
"@serverless/platform-client": "^4.3.0",
"@serverless/utils": "^5.17.2",
"@serverless/utils": "^5.18.0",
"ajv": "^6.12.6",
"ajv-keywords": "^3.5.2",
"archiver": "^5.3.0",
Expand Down

0 comments on commit 6264296

Please sign in to comment.