diff --git a/_books/1-programming-in-scala-4th.md b/_books/1-programming-in-scala-5th.md similarity index 63% rename from _books/1-programming-in-scala-4th.md rename to _books/1-programming-in-scala-5th.md index cb43ef35f1..5006d7954d 100644 --- a/_books/1-programming-in-scala-4th.md +++ b/_books/1-programming-in-scala-5th.md @@ -1,12 +1,12 @@ --- -title: "Programming in Scala, 4th ed" -link: https://booksites.artima.com/programming_in_scala_4ed -image: /resources/img/books/ProgrammingInScala.gif -status: Updated for Scala 2.13 +title: "Programming in Scala, 5th ed" +link: https://www.artima.com/shop/programming_in_scala_5ed +image: /resources/img/books/ProgrammingInScala.png +status: Updated for Scala 3.0 authors: ["Martin Odersky", "Lex Spoon", "Bill Venners"] publisher: --- (First edition [available for free online reading](https://www.artima.com/pins1ed/)) -This book is co-authored by the language's designer, Martin Odersky. It provides depth and clarity on the diverse features of the language. The book provides both an authoritative reference for Scala and a systematic tutorial covering all the features in the language. Once you are familiar with the basics of Scala you will appreciate having this source of invaluable examples and precise explanations of Scala on hand. The book is available from [Artima](https://booksites.artima.com/programming_in_scala_4ed). Award winning book - [Jolt Productivity award](https://www.drdobbs.com/joltawards/232601431) for Technical Books. +This book is co-authored by the language's designer, Martin Odersky. It provides depth and clarity on the diverse features of the language. The book provides both an authoritative reference for Scala and a systematic tutorial covering all the features in the language. Once you are familiar with the basics of Scala you will appreciate having this source of invaluable examples and precise explanations of Scala on hand. The book is available from [Artima](https://www.artima.com/shop/programming_in_scala_5ed). Award winning book - [Jolt Productivity award](https://www.drdobbs.com/joltawards/232601431) for Technical Books. diff --git a/resources/img/books/ProgrammingInScala.gif b/resources/img/books/ProgrammingInScala.gif deleted file mode 100644 index 06452435db..0000000000 Binary files a/resources/img/books/ProgrammingInScala.gif and /dev/null differ diff --git a/resources/img/books/ProgrammingInScala.png b/resources/img/books/ProgrammingInScala.png new file mode 100644 index 0000000000..bfc20e4d56 Binary files /dev/null and b/resources/img/books/ProgrammingInScala.png differ