Skip to content

Commit

Permalink
Fix hardcoded URL in generated codestart.yml
Browse files Browse the repository at this point in the history
Fixes #43854
  • Loading branch information
gsmet committed Oct 23, 2024
1 parent c814b75 commit 750cec2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
{#else}
# related-guide-section: TBD
{/if}

0 comments on commit 750cec2

Please sign in to comment.