Skip to content

Commit

Permalink
Merge pull request #32312 from gastaldi/devui_link
Browse files Browse the repository at this point in the history
Change link to new Dev UI
  • Loading branch information
gsmet committed Apr 2, 2023
2 parents f2fa10d + 537e1aa commit 64eecde
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit 64eecde

Please sign in to comment.