Skip to content

Commit 55b37e4

Browse files
committed
Fixed broken links in FAQ and some other places
1 parent ebf5e03 commit 55b37e4

6 files changed

+9
-9
lines changed

_includes/homepage-container_first-band.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h2>Container First</h2>
55
</div>
66
<div class="width-12-12 block-content">
7-
<p>Quarkus tailors your application for GraalVM and HotSpot. Amazingly fast boot time, incredibly low RSS memory (not just heap size!) offering near instant scale up and high density memory utilization in container orchestration platforms like Kubernetes. We use a technique we call compile time boot. <a href="/vision/container-first">Learn more.</a></p>
7+
<p>Quarkus tailors your application for GraalVM and HotSpot. Amazingly fast boot time, incredibly low RSS memory (not just heap size!) offering near instant scale up and high density memory utilization in container orchestration platforms like Kubernetes. We use a technique we call compile time boot. <a href="/container-first">Learn more.</a></p>
88
<pre class="highlightjs highlight"><code class="bash">$ ./my-native-java-rest-app
99
Quarkus started in 0.008s</code></pre>
1010
<img src="{{site.baseurl}}/assets/images/quarkus_metrics_graphic_bootmem_wide.png">

_includes/homepage-developer_joy-band.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2>Developer Joy</h2>
2424
$ gradle build -Dquarkus.package.type=native</code></pre>
2525
</div>
2626
</div>
27-
<a href="/vision/developer-joy">Learn more</a>
27+
<a href="/developer-joy">Learn more</a>
2828
</div>
2929
<div class="width-6-12 width-12-12-m block-image justify-self-start align-self-end">
3030
<img src="{{site.baseurl}}/assets/images/homepage_comic_1.png"/ class="img-md">

_includes/homepage-extensions-band.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h2>Best of Breed Libraries and Standards</h2>
55
</div>
66
<div class="grid__item width-5-12 width-12-12-m">
7-
<p>Quarkus provides a cohesive, fun to use, full-stack framework by leveraging a growing list of hundreds of best-of-breed libraries that you love and use. All wired on a standard backbone. <a href="/vision/standards">Learn more about Quarkus Extensions</a>.</p>
7+
<p>Quarkus provides a cohesive, fun to use, full-stack framework by leveraging a growing list of hundreds of best-of-breed libraries that you love and use. All wired on a standard backbone. <a href="/standards">Learn more about Quarkus Extensions</a>.</p>
88
</div>
99
<div class="width-7-12 width-12-12-m block-image justify-self-center">
1010
<img src="{{site.baseurl}}/assets/images/homepage_extensions_graphic.png"/ class="img-md">

_includes/homepage-imperative_and_reactive-band.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h2>Unifies Imperative and Reactive</h2>
55
</div>
66
<div class="width-12-12 width-12-12-m">
77
<p>Combine both the familiar imperative code and the reactive style when developing applications.
8-
<a href="/vision/continuum">Learn more</a>.</p>
8+
<a href="/continuum">Learn more</a>.</p>
99
</div>
1010
<div class="width-12-12 width-12-12-m">
1111
<div class="grid-wrapper">

_posts/2021-09-15-adoptium-customer-story.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ____
3838

3939
In July 2019 the team discovered Quarkus through its related work with other frameworks in the Java ecosystem. They were especially interested in Quarkus’ promise of stellar performance and smaller footprint, which is comparable to Node.js and even Golang. Even better, Quarkus’ https://quarkus.io/guides/kotlin[first class support for Kotlin^] meant the team could re-use both their Java and Kotlin experience with Quarkus.
4040

41-
The team found Quarkus extremely easy to develop, especially the https://quarkus.io/vision/developer-joy#live-coding[Live Coding capability^]. The familiar JAX-RS APIs in Quarkus made it easy to create the necessary endpoints. The lead engineer explains further:
41+
The team found Quarkus extremely easy to develop, especially the https://quarkus.io/developer-joy#live-coding[Live Coding capability^]. The familiar JAX-RS APIs in Quarkus made it easy to create the necessary endpoints. The lead engineer explains further:
4242

4343
[quote]
4444
____

faq.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@ For example by default reflection in GraalVM will not work, unless a class/membe
5858

5959
## How do you unify imperative and reactive programming?
6060

61-
link:/vision/continuum[Learn more].
61+
link:/continuum[Learn more].
6262

6363
## What does Container First mean?
6464

65-
link:/vision/container-first[Learn more].
65+
link:/container-first[Learn more].
6666

6767
## What is your view on standards?
6868

69-
link:/vision/standards[Learn more].
69+
link:/standards[Learn more].
7070

7171
## What are you doing to improve developer joy?
7272

73-
link:/vision/developer-joy[Learn more].
73+
link:/developer-joy[Learn more].

0 commit comments

Comments
 (0)