From d8828ff2f2a0ab4861ec9299d8dd94732b82c010 Mon Sep 17 00:00:00 2001 From: rochala Date: Wed, 5 Nov 2025 13:31:32 +0100 Subject: [PATCH] Update website links --- _scala_carousel_items/1-collections-ops.md | 2 +- _scala_carousel_items/2-json-codec.md | 2 +- _scala_carousel_items/3-js-dom.md | 2 +- _scala_carousel_items/4-data-definitions.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_scala_carousel_items/1-collections-ops.md b/_scala_carousel_items/1-collections-ops.md index ad1607f76..51737411d 100644 --- a/_scala_carousel_items/1-collections-ops.md +++ b/_scala_carousel_items/1-collections-ops.md @@ -1,6 +1,6 @@ --- optionId: collections-ops -scastieLink: 'https://scastie.scala-lang.org/S0bkCiXkQiuOMXnlhWn46g' +scastieLink: 'https://scastie.scala-lang.org/LYDsuRiKQsK94eXMY5K9qw' codeTitle: 'Functional programming with immutable collections' description: "High-level operations avoid the need for complex and error-prone loops." --- diff --git a/_scala_carousel_items/2-json-codec.md b/_scala_carousel_items/2-json-codec.md index 1a6a0d8cc..2cf783d8f 100644 --- a/_scala_carousel_items/2-json-codec.md +++ b/_scala_carousel_items/2-json-codec.md @@ -1,6 +1,6 @@ --- optionId: json-codec -scastieLink: 'https://scastie.scala-lang.org/jzYU3JWJTZW6731MigOqlA' +scastieLink: 'https://scastie.scala-lang.org/N0MyoiMXRdWJkLKgDJ1C5w' codeTitle: "Encode and decode custom data types to JSON" description: "The pluggable derivation system gives custom types new capabilities." --- diff --git a/_scala_carousel_items/3-js-dom.md b/_scala_carousel_items/3-js-dom.md index 254b7b74b..e2cc28672 100644 --- a/_scala_carousel_items/3-js-dom.md +++ b/_scala_carousel_items/3-js-dom.md @@ -1,6 +1,6 @@ --- optionId: js-dom-api -scastieLink: 'https://scastie.scala-lang.org/CQ70LFpbRJuWEDfGxbuYeQ' +scastieLink: 'https://scastie.scala-lang.org/8i8u5uafRsuqDIsMuTsarQ' codeTitle: 'Target the Web with Scala.js on the frontend' description: "Share code full-stack, interact with the DOM or use any JS library." --- diff --git a/_scala_carousel_items/4-data-definitions.md b/_scala_carousel_items/4-data-definitions.md index 68e14455f..097c7be95 100644 --- a/_scala_carousel_items/4-data-definitions.md +++ b/_scala_carousel_items/4-data-definitions.md @@ -1,6 +1,6 @@ --- optionId: data-definitions -scastieLink: 'https://scastie.scala-lang.org/VcczUlAVT8mHTl7tpGmiJg' +scastieLink: 'https://scastie.scala-lang.org/MrwGospTSOioMavfkjWl7Q' codeTitle: 'Define data types and pattern match on them with ease' description: "Model domains precisely, and make choices based on the shape of data." ---