From 033e75b380cb64fcc73434be4e78109f9567d6fd Mon Sep 17 00:00:00 2001 From: Doehyun Baek Date: Tue, 20 Dec 2022 21:22:46 +0900 Subject: [PATCH] fix link to correct address. Two links in scala-for-java-programmers.md were misconfigured. I tested the change locally. --- _overviews/tutorials/scala-for-java-programmers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_overviews/tutorials/scala-for-java-programmers.md b/_overviews/tutorials/scala-for-java-programmers.md index 8a2e67084f..e6678ef729 100644 --- a/_overviews/tutorials/scala-for-java-programmers.md +++ b/_overviews/tutorials/scala-for-java-programmers.md @@ -26,11 +26,11 @@ next_resources: - title: Scala Book description: Learn Scala by reading a series of short lessons. icon: "fa fa-book-open" - link: /scala3/book/scala-for-java-devs.html + link: /scala3/book/introduction.html - title: Online Courses description: MOOCs to learn Scala, for beginners and experienced programmers. icon: "fa fa-cloud" - link: /scala3/book/scala-for-java-devs.html + link: /online-courses.html --- If you are coming to Scala with some Java experience already, this page should give a good overview of