-
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
Remove link to Dev UI v1 as it is now gone #36116
Remove link to Dev UI v1 as it is now gone #36116
Conversation
Thanks for your pull request! The title of your pull request does not follow our editorial rules. Could you have a look?
This message is automatically generated by a bot. |
@@ -255,7 +255,7 @@ <h1>You just made a Quarkus application.</h1> | |||
<p>App configuration: <code>src/main/resources/{config.file-name}</code></p> | |||
<p>Static assets: <code>src/main/resources/META-INF/resources/</code></p> | |||
<p>Code: <code>{language.dir.code}</code></p> | |||
<p>Dev UI V1: <a href="/q/dev-v1/">/q/dev-v1</a></p> | |||
<p>Dev UI V1: <a href="/q/dev-ui/">/q/dev-v1</a></p> |
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.
V1 should be removed from the '<p>' as well
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.
hi @manofthepeace ,
Removed V1 from
, requesting for approval
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.
Thanks !
This comment has been minimized.
This comment has been minimized.
@@ -255,7 +255,7 @@ <h1>You just made a Quarkus application.</h1> | |||
<p>App configuration: <code>src/main/resources/{config.file-name}</code></p> | |||
<p>Static assets: <code>src/main/resources/META-INF/resources/</code></p> | |||
<p>Code: <code>{language.dir.code}</code></p> | |||
<p>Dev UI V1: <a href="/q/dev-v1/">/q/dev-v1</a></p> | |||
<p>Dev UI: <a href="/q/dev-ui/">/q/dev-ui</a></p> |
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.
The Dev UI link is already present above. Let's drop this altogether. I will fine tune this and get this puppy home.
Co-authored-by: Guillaume Smet <[email protected]>
2347d5f
to
a95dccf
Compare
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.
This should be good to go now. Let's wait for CI and merge.
✔️ The latest workflow run for the pull request has completed successfully. It should be safe to merge provided you have a look at the other checks in the summary. |
fixes #36109