Skip to content

Commit

Permalink
docs: Fix bad link in post install (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrjohnson committed Sep 5, 2021
1 parent 8be1690 commit 9218f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blueprints/ember-intl/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ module.exports = {

afterInstall() {
this.ui.writeLine(
"[ember-intl] Don't forget to setup your application-wide locale. " +
'Documentation: https://github.com/ember-intl/ember-intl#setting-locale'
"[ember-intl] Don't forget to configure your application. " +
'Documentation: https://ember-intl.github.io/ember-intl/versions/master/docs/quickstart#4-configure-ember-intl'
);
},
};

0 comments on commit 9218f66

Please sign in to comment.