Skip to content

Commit

Permalink
Merge pull request #36116 from Sap004/bugfix/36109-welcome-page-error
Browse files Browse the repository at this point in the history
Remove link to Dev UI v1 as it is now gone
  • Loading branch information
phillip-kruger authored Oct 3, 2023
2 parents d48011b + a95dccf commit 677292f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ <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>Generated starter code:</p>
<ul class="provided-code">
{merged-content}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ <h1>You just made a Quarkus application.</h1>
<p>App configuration: <code>src/main/resources/application.properties</code></p>
<p>Static assets: <code>src/main/resources/META-INF/resources/</code></p>
<p>Code: <code>src/main/java</code></p>
<p>Dev UI V1: <a href="/q/dev-v1/">/q/dev-v1</a></p>
<p>Generated starter code:</p>
<ul class="provided-code">
<li class="provided-code">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ <h1>You just made a Quarkus application.</h1>
<p>App configuration: <code>src/main/resources/application.properties</code></p>
<p>Static assets: <code>src/main/resources/META-INF/resources/</code></p>
<p>Code: <code>src/main/java</code></p>
<p>Dev UI V1: <a href="/q/dev-v1/">/q/dev-v1</a></p>
<p>Generated starter code:</p>
<ul class="provided-code">
<li class="provided-code">
Expand Down

0 comments on commit 677292f

Please sign in to comment.