Skip to content

Commit

Permalink
Merge pull request #1261 from cescoffier/features/update-docroot-url
Browse files Browse the repository at this point in the history
Fix the doc url in generated projects.
  • Loading branch information
stuartwdouglas committed Mar 6, 2019
2 parents 9118de0 + fefe5d4 commit 81719c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devtools/common/src/main/filtered/quarkus.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

# Values used in the generated projects
doc-root=http://10.0.144.40/nfs/quarkus
doc-root=https://quarkus.io
bom-artifactId=quarkus-bom
# Versions defined in jboss-parent
rest-assured-version=${rest-assured.version}
Expand Down
6 changes: 3 additions & 3 deletions devtools/common/src/main/resources/templates/index.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@
<div class="right-section">
<h3>Next steps</h3>
<ul>
<li><a href="${doc_root}/ide-configuration.html#import-in-your-ide">Setup your IDE</a></li>
<li><a href="${doc_root}/getting-started-guide.html">Getting started</a></li>
<li><a href="${doc_root}/index.html">Documentation</a></li>
<li><a href="${doc_root}/guides/maven-tooling.html">Setup your IDE</a></li>
<li><a href="${doc_root}/guides/getting-started-guide.html">Getting started</a></li>
<li><a href="${doc_root}">Quarkus Web Site</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 81719c4

Please sign in to comment.