This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/wicket-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9a534364 Adding a new Udemy course link to /learn page
new 85a38504 Merge pull request #13 from dmarko484/asf-site
9a534364 is described below
commit 9a534364a7acfb8f80592c0824d0fc3c20018933
Author: dmarko <[email protected]>
AuthorDate: Wed Nov 9 14:44:23 2022 +0100
Adding a new Udemy course link to /learn page
---
content/learn/index.html | 1 +
learn/index.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/content/learn/index.html b/content/learn/index.html
index c0355c86..009ffa3f 100644
--- a/content/learn/index.html
+++ b/content/learn/index.html
@@ -281,6 +281,7 @@ Find <a href="/contribute/ides.html">here</a> how to work
with Wicket projects w
<ul>
<li><a href="https://www.udemy.com/course/apache-wicket-kompakt/">Apache
Wicket Kompakt</a> - A complete German-based course with many pratical
examples.</li>
+ <li><a
href="https://www.udemy.com/course/starting-with-apache-wicket-version-9x/?referralCode=C2A6EF19A72071AA2E22">Starting
with Apache Wicket (version 9.x+)</a> - Get started with Apache Wicket 9.x+
with forms, components, MongoDB, GridFS and backed by SpringBoot.</li>
</ul>
<hr />
diff --git a/learn/index.md b/learn/index.md
index 3319944d..d53b5d2d 100644
--- a/learn/index.md
+++ b/learn/index.md
@@ -144,6 +144,7 @@ Find [here]({{ site.baseurl }}/contribute/ides.html) how to
work with Wicket pro
## Online courses {#courses}
- <a href="https://www.udemy.com/course/apache-wicket-kompakt/">Apache Wicket
Kompakt</a> - A complete German-based course with many pratical examples.
+- <a
href="https://www.udemy.com/course/starting-with-apache-wicket-version-9x/?referralCode=C2A6EF19A72071AA2E22">Starting
with Apache Wicket (version 9.x+)</a> - Get started with Apache Wicket 9.x+
with forms, components, MongoDB, GridFS and backed by SpringBoot.
---