Skip to content

Commit

Permalink
Merge pull request quarkusio#24292 from gsmet/this-page
Browse files Browse the repository at this point in the history
Small adjustment for the generated project index page
  • Loading branch information
gsmet authored Mar 14, 2022
2 parents ace8092 + 458f371 commit fc4151b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h5>Application</h5>
<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>
<p>Source asset: <code>src/main/resources/META-INF/resources/index.html</code></p>
<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>
<p>Code: <code>{language.dir.code}</code></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h5>Application</h5>
<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>
<p>Source asset: <code>src/main/resources/META-INF/resources/index.html</code></p>
<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>
<p>Code: <code>src/main/java</code></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h5>Application</h5>
<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>
<p>Source asset: <code>src/main/resources/META-INF/resources/index.html</code></p>
<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>
<p>Code: <code>src/main/java</code></p>
Expand Down

0 comments on commit fc4151b

Please sign in to comment.