Skip to content

Commit

Permalink
Update dalek's README link in package notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil committed Oct 2, 2018
1 parent 4a6c5e2 commit c66ed0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dalek/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
for (let i = 0; i < duplicates.length; i++) {
const duplicate = duplicates[i]
Grim.deprecate(
`You have the core package "${duplicate}" installed as a community package. See https://github.com/atom/dalek for how this causes problems and instructions on how to correct the situation.`,
`You have the core package "${duplicate}" installed as a community package. See https://github.com/atom/atom/blob/master/packages/dalek/README.md for how this causes problems and instructions on how to correct the situation.`,
{ packageName: duplicate }
)
}
Expand Down

0 comments on commit c66ed0f

Please sign in to comment.