Skip to content

Commit

Permalink
Use https
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Aug 24, 2020
1 parent 991ccdb commit 10dd554
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function NoAnonymousDefaultExport({
chalk.cyan('export default Named;'),
'',
`A codemod is available to fix the most common cases: ${chalk.cyan(
'http://nextjs.link/codemod-ndc'
'https://nextjs.link/codemod-ndc'
)}`,
].join('\n')
)
Expand All @@ -73,7 +73,7 @@ export default function NoAnonymousDefaultExport({
chalk.cyan('export default function Named() { /* ... */ }'),
'',
`A codemod is available to fix the most common cases: ${chalk.cyan(
'http://nextjs.link/codemod-ndc'
'https://nextjs.link/codemod-ndc'
)}`,
].join('\n')
)
Expand Down

0 comments on commit 10dd554

Please sign in to comment.