Skip to content

Commit 2f7b358

Browse files
author
Sander Mak
committedApr 7, 2018
Update links
1 parent 0cf0888 commit 2f7b358

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
 

Diff for: ‎index.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h2 class="page-header page-header-left">Why Modules?<h2>
209209
<h2 class="page-header page-header-left">About the Authors</h2>
210210
<h3>Sander Mak</h3>
211211
<p>Sander is a Fellow at <a target="_blank" href="https://www.luminis.eu">Luminis</a> in The Netherlands. At Luminis, he crafts modular and scalable software, most often on the JVM but with a touch of TypeScript where needed. He is author of the O'Reilly book 'Java 9 Modularity' and an avid conference speaker.</p>
212-
<p>Sander loves sharing knowledge, through his blog at <a target="_blank" href="http://branchandbound.net">http://branchandbound.net</a>, and also as <a target="_blank" href="http://bit.ly/sander-ps">Pluralsight</a> instructor.</p>
212+
<p>Sander loves sharing knowledge, through his blog at <a target="_blank" href="http://branchandbound.net">http://branchandbound.net</a>, and also as <a target="_blank" href="http://bit.ly/ps-sander">Pluralsight</a> instructor.</p>
213213
<a href="https://twitter.com/sander_mak" class="twitter-follow-button" data-size="large" data-show-count="false">Follow @sander_mak</a>
214214
</div>
215215
</div>
@@ -333,23 +333,25 @@ <h2 class="page-header wow fadeInUp" data-wow-delay=".2s">Other Resources</h2>
333333
<h3>Pluralsight Course: Java 9 Modularity</h3>
334334
<iframe width="461" height="258" src="https://www.youtube.com/embed/1dnE8GRt68I" frameborder="0" allowfullscreen></iframe>
335335
<p>This two hour video course gives you insight into the Java module system using practical examples. You'll learn how to create and use modules and how to migrate your applications to Java 9.</p>
336-
<a class="btn btn-big btn-primary" href="http://bit.ly/j9modcourse">Watch</a> (free <a href="http://bit.ly/pluralsightlearn" target="_blank">trial</a> available)
336+
<a class="btn btn-big btn-primary" href="http://bit.ly/java9course">Watch</a> (free <a href="https://www.pluralsight.com/learn" target="_blank">trial</a> available)
337337
<br>
338338
<br>
339339
<h3>Pluralsight Course: What's New in Java 9</h3>
340340
<iframe width="461" height="258" src="https://www.youtube.com/embed/tgXxif62N8A" frameborder="0" allowfullscreen></iframe>
341341
<p>This 3,5 hour video course shows all important new features of Java 9 in a hands-on manner. Topics range from JShell to Stream/Optional API enhancements, new APIs like HttpClient and ProcessHandle, performance and security improvements in Java 9 and much more.</p>
342-
<a class="btn btn-big btn-primary" href="http://bit.ly/java9-ps">Watch</a> (free <a href="http://bit.ly/pluralsightlearn" target="_blank">trial</a> available)
342+
<a class="btn btn-big btn-primary" href="http://bit.ly/ps-java9">Watch</a> (free <a href="https://www.pluralsight.com/learn" target="_blank">trial</a> available)
343343
</div>
344344

345345
<div class="col-md-1">
346346
</div>
347347
<div class="col-md-6">
348348
<h3>Articles and News</h3>
349+
<p><a href="https://www.oreilly.com/ideas/handling-dependency-injection-using-java9-modularity" target="_blank">Handling dependency injection using Java modularity</a> (O'Reilly article)</p>
349350
<p><a href="https://www.pluralsight.com/blog/software-development/java-9-new-features" target="_blank">9 New Features in Java 9</a> (blog)</p>
350351
<p><a href="https://www.youtube.com/watch?v=oy3202OFPpM" target="_blank">Java 9 Modularity in Action</a> (Devoxx Belgium talk)</p>
351352
<p><a href="https://www.youtube.com/watch?v=tamVhtV18dY" target="_blank">Designing for Modularity with Java 9 Modules</a> (JavaOne talk)</p>
352-
<p><a href="https://www.youtube.com/watch?v=eezSlcpp3OI&t=13s" target="_blank">VirtualJUG Book Club: Java 9 Modularity Q&A (part 1)</a></p>
353+
<p><a href="https://www.youtube.com/watch?v=eezSlcpp3OI" target="_blank">VirtualJUG Book Club: Java 9 Modularity Q&A (part 1)</a></p>
354+
<p><a href="https://www.youtube.com/watch?v=eeDNEy5M0Xg" target="_blank">VirtualJUG Book Club: Java 9 Modularity Q&A (part 2)</a></p>
353355
</div>
354356

355357
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.