Skip to content

Commit

Permalink
Update CLI docs link (#2294)
Browse files Browse the repository at this point in the history
This updates the link in CLI error messages to point to
`docs.metamask.io` instead of GitHub.
  • Loading branch information
Mrtenz authored Mar 20, 2024
1 parent 236e90f commit ee735b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/snaps-cli/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -720,8 +720,7 @@ export type ProcessedConfig = ProcessedWebpackConfig;
export function getConfig(config: unknown, argv: YargsArgs): ProcessedConfig {
const prefix = 'The snap config file is invalid';
const suffix = dim(
// TODO: Link to `docs.metamask.io` once the docs are published.
'Refer to the documentation for more information: https://github.com/MetaMask/snaps/tree/main/packages/snaps-cli/',
'Refer to the documentation for more information: https://docs.metamask.io/snaps/reference/cli/options/',
);

const { bundler } = createFromStruct(
Expand Down

0 comments on commit ee735b3

Please sign in to comment.