Skip to content

Commit

Permalink
fix: broken bug report link in GitHub Actions logs (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
torn4dom4n authored Jan 15, 2024
1 parent e4d378d commit 243f6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/starlight-links-validator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function starlightLinksValidatorPlugin(
function throwPluginError(message: string): never {
throw new AstroError(
message,
`See the error report above for more informations.\n\nIf you believe this is a bug, please file an issue at https://github.com/HiDeoo/starlight-links-validator/issues/new/choose.`,
`See the error report above for more informations.\n\nIf you believe this is a bug, please file an issue at https://github.com/HiDeoo/starlight-links-validator/issues/new/choose`,
)
}

Expand Down

0 comments on commit 243f6fe

Please sign in to comment.