Skip to content

Commit

Permalink
Fix: Broken link to NPM
Browse files Browse the repository at this point in the history
Remove extra `%` from NPM URL.
  • Loading branch information
shivangg authored and antross committed Apr 15, 2019
1 parent 328bd08 commit 21a8db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-hintrc/src/create-hintrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const anyResources = (resources: any[], type: string) => {
return true;
}

logger.error(`Couldn't find any installed ${type}s. Visit https://www.npmjs.com/search?q=%hint%2F${type}.`);
logger.error(`Couldn't find any installed ${type}s. Visit https://www.npmjs.com/search?q=hint%2F${type}.`);

return false;
};
Expand Down

0 comments on commit 21a8db1

Please sign in to comment.