Skip to content

Commit

Permalink
docs: update link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jun 9, 2021
1 parent 883ec6d commit d1667d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To discover what's new on this package check out [the changelog][changelog]. For
<!-- Links -->

[dico]: https://dico.app
[dico-docs]: https://docs.dico.io/cli
[dico-docs]: https://docs.dico.io/references/cli
[changelog]: /CHANGELOG.md

<!-- Badges -->
Expand Down
4 changes: 2 additions & 2 deletions src/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ export const help = (sections: HelpSection[]): void => {
sections.unshift({
body: `\n📚 Dico CLI\n ${chalk.cyanBright(
"Read the docs:"
)} https://docs.dico.app/cli\n ${chalk.cyan(
)} https://docs.dico.app/references/cli\n ${chalk.cyan(
"Any questions, issues?"
)} https://github.com/dico-app/dico-cli/discussions${
)} https://community.dico.app${
config.endpoint
? `\n ${chalk.magentaBright("Endpoint override:")} ${config.endpoint}`
: ""
Expand Down

0 comments on commit d1667d0

Please sign in to comment.