-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix hardcoded URL in generated codestart.yml #44051
Conversation
@@ -7,7 +7,7 @@ metadata: | |||
description: {#if extension.description}{extension.description}{#else}Start coding with {extension.name}{/if} | |||
# path: /some-path | |||
{#if input.extra-codestarts.contains("quarkiverse")} | |||
related-guide-section: https://docs.quarkiverse.io/quarkus-quinoa/dev/index.html | |||
related-guide-section: https://docs.quarkiverse.io/quarkus-{extension.id}/dev/index.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked we need to keep the quarkus-
part here.
Status for workflow
|
Fixes #43854