Skip to content
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

Change link to new Dev UI #32312

Merged
merged 1 commit into from
Apr 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h5>Application</h5>
<div class="left-column">
<h1>You just made a Quarkus application.</h1>
<p>This page is served by Quarkus.</p>
<a href="/q/dev/" class="cta-button">Visit the Dev UI</a>
<a href="/q/dev-ui/" class="cta-button">Visit the Dev UI</a>
<p>This page: <code>src/main/resources/META-INF/resources/index.html</code></p>
<p>App configuration: <code>src/main/resources/{config.file-name}</code></p>
<p>Static assets: <code>src/main/resources/META-INF/resources/</code></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h5>Application</h5>
<div class="left-column">
<h1>You just made a Quarkus application.</h1>
<p>This page is served by Quarkus.</p>
<a href="/q/dev/" class="cta-button">Visit the Dev UI</a>
<a href="/q/dev-ui/" class="cta-button">Visit the Dev UI</a>
<p>This page: <code>src/main/resources/META-INF/resources/index.html</code></p>
<p>App configuration: <code>src/main/resources/application.properties</code></p>
<p>Static assets: <code>src/main/resources/META-INF/resources/</code></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h5>Application</h5>
<div class="left-column">
<h1>You just made a Quarkus application.</h1>
<p>This page is served by Quarkus.</p>
<a href="/q/dev/" class="cta-button">Visit the Dev UI</a>
<a href="/q/dev-ui/" class="cta-button">Visit the Dev UI</a>
<p>This page: <code>src/main/resources/META-INF/resources/index.html</code></p>
<p>App configuration: <code>src/main/resources/application.properties</code></p>
<p>Static assets: <code>src/main/resources/META-INF/resources/</code></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h5>Application</h5>
<div class="left-column">
<h1>You just made a Quarkus application.</h1>
<p>This page is served by Quarkus.</p>
<a href="/q/dev/" class="cta-button">Visit the Dev UI</a>
<a href="/q/dev-ui/" class="cta-button">Visit the Dev UI</a>
<p>This page: <code>src/main/resources/META-INF/resources/index.html</code></p>
<p>App configuration: <code>src/main/resources/application.properties</code></p>
<p>Static assets: <code>src/main/resources/META-INF/resources/</code></p>
Expand Down