Skip to content

Commit

Permalink
different link to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Aug 24, 2022
1 parent e958d8d commit ad84b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export async function runPipeline(config: Config, docs: CollectedGraphQLDocument
const major = parseInt(previousVersion.split('.')[1])
if (major < 16) {
console.log(
`❓ For a description of what's changed, visit this guide: https://www.houdinigraphql.com/guides/release-notes`
`❓ For a description of what's changed, visit this guide: http://docs-next-mjp4kdn5r-houdinigraphql.vercel.app/guides/release-notes`
)
}
}
Expand Down

0 comments on commit ad84b34

Please sign in to comment.