Skip to content

Commit 19f42d7

Browse files
Merge pull request #2395 from holly-cummins/correct-erics-name
Correct typo in Eric's name
2 parents d1c1197 + c87e914 commit 19f42d7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_includes/spring-features-band.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ <h2>Familiar, and more productive</h2>
66
<p class="img-content">Already a Spring pro? You're in the right place. This guide shows you how to leverage your existing skills to build next-generation Java applications. Ditch the slow startup times and heavy memory footprint without ditching your knowledge. See how familiar concepts like DI, JPA, and MVC map directly to Quarkus and get ready to build cloud native, AI-infused apps.</p>
77
</div>
88
<div class="width-2-12 width-12-12-m">
9-
<a href="https://developers.redhat.com/e-books/quarkus-spring-developers" alt="Quakrus for Spring Developers free link"><img class="imagereducer" src="{{site.baseurl}}/assets/images/books/quarkus-for-spring-developers.png" alt="Quarkus for Spring Developers book image"></a>
9+
<a href="https://developers.redhat.com/e-books/quarkus-spring-developers" alt="Quarkus for Spring Developers free link"><img class="imagereducer" src="{{site.baseurl}}/assets/images/books/quarkus-for-spring-developers.png" alt="Quarkus for Spring Developers book image"></a>
1010
</div>
1111
<div class="width-4-12 width-12-12-m">
1212
<p class="img-content">
1313
<p>Want to get started using Quarkus and leverage your hard-earned Spring skills?</p>
14-
<p><a href="https://developers.redhat.com/e-books/quarkus-spring-developers" alt="Quakrus for Spring Developers free link">Download a free copy of “Quarkus for Spring Developers”</a> by <a href="https://www.linkedin.com/in/edeandrea/" target="_blank">Eric Deadrea</a>.</p>
14+
<p><a href="https://developers.redhat.com/e-books/quarkus-spring-developers" alt="Quarkus for Spring Developers free link">Download a free copy of “Quarkus for Spring Developers”</a> by <a href="https://www.linkedin.com/in/edeandrea/" target="_blank">Eric Deandrea</a>.</p>
1515
</div>
1616
</div>
1717
</div>

_includes/spring-migrate-books.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<h2>Get These Free e-books to Jumpstart Your Migration Journey</h2>
44
<div class="grid-wrapper">
55
<div class="width-4-12 width-12-12-m">
6-
<a href="https://developers.redhat.com/e-books/quarkus-spring-developers" alt="Quakrus for Spring Developers free link"><img src="{{site.baseurl}}/assets/images/books/quarkus-for-spring-developers.png" alt="Quarkus for Spring Developers book image"></a>
6+
<a href="https://developers.redhat.com/e-books/quarkus-spring-developers" alt="Quarkus for Spring Developers free link"><img src="{{site.baseurl}}/assets/images/books/quarkus-for-spring-developers.png" alt="Quarkus for Spring Developers book image"></a>
77
</div>
88
<div class="width-8-12 width-12-12-m">
99
<p>Java can be clunky and slow. Quarkus for Spring Developers is a Spring developer's ultimate resource to learn about Quarkus and Kubernetes-native Java. Read the e-book to learn how Quarkus enables modern Java development and the Kubernetes-native experience and introduces familiar Spring concepts, constructs, and conventions.</p>
10-
<p><a href="https://developers.redhat.com/e-books/quarkus-spring-developers" alt="Quakrus for Spring Developers free link">Download a free copy of “Quarkus for Spring Developers”</a> by <a href="https://www.linkedin.com/in/edeandrea/" target="_blank">Eric Deadrea</a>.</p>
10+
<p><a href="https://developers.redhat.com/e-books/quarkus-spring-developers" alt="Quarkus for Spring Developers free link">Download a free copy of “Quarkus for Spring Developers”</a> by <a href="https://www.linkedin.com/in/edeandrea/" target="_blank">Eric Deandrea</a>.</p>
1111
</div>
1212
<div class="width-4-12 width-12-12-m">
1313
<a href="https://developers.redhat.com/e-books/quarkus-action?extIdCarryOver=true&sc_cid=701f2000001Css0AAC" alt="Quarkus in Action free download link"><img src="{{site.baseurl}}/assets/images/books/quarkus-in-action-ebook.png" alt="Quarkus in Action ebook image"></a>

_posts/2023-06-23-quarkus-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ quarkus image build jib --help
113113
==== Deploying applications ====
114114
In a way similar to building container images Quarkus allowed the application deployment to platforms like https://kubernetes.io[Kubernetes] and https://openshift.com[OpenShift].
115115
Again, this is something the required the use of extensions and additional build options to enable deployment.
116-
For example to deploy an application on https://kubernetes.io[Kubernetes] one needed to explicitly add the extension to the project and enable deployment using the `quakrus.kubernetes.deploy` property.
116+
For example to deploy an application on https://kubernetes.io[Kubernetes] one needed to explicitly add the extension to the project and enable deployment using the `quarkus.kubernetes.deploy` property.
117117

118118
[source,sh]
119119
----

0 commit comments

Comments
 (0)