Skip to content

Commit a79ec93

Browse files
authored
Update website links (#1855)
1 parent 35ab89b commit a79ec93

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_scala_carousel_items/1-collections-ops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
optionId: collections-ops
3-
scastieLink: 'https://scastie.scala-lang.org/S0bkCiXkQiuOMXnlhWn46g'
3+
scastieLink: 'https://scastie.scala-lang.org/LYDsuRiKQsK94eXMY5K9qw'
44
codeTitle: 'Functional programming with immutable collections'
55
description: "High-level operations avoid the need for complex and error-prone loops."
66
---

_scala_carousel_items/2-json-codec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
optionId: json-codec
3-
scastieLink: 'https://scastie.scala-lang.org/jzYU3JWJTZW6731MigOqlA'
3+
scastieLink: 'https://scastie.scala-lang.org/N0MyoiMXRdWJkLKgDJ1C5w'
44
codeTitle: "Encode and decode custom data types to JSON"
55
description: "The pluggable derivation system gives custom types new capabilities."
66
---

_scala_carousel_items/3-js-dom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
optionId: js-dom-api
3-
scastieLink: 'https://scastie.scala-lang.org/CQ70LFpbRJuWEDfGxbuYeQ'
3+
scastieLink: 'https://scastie.scala-lang.org/8i8u5uafRsuqDIsMuTsarQ'
44
codeTitle: 'Target the Web with Scala.js on the frontend'
55
description: "Share code full-stack, interact with the DOM or use any JS library."
66
---

_scala_carousel_items/4-data-definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
optionId: data-definitions
3-
scastieLink: 'https://scastie.scala-lang.org/VcczUlAVT8mHTl7tpGmiJg'
3+
scastieLink: 'https://scastie.scala-lang.org/MrwGospTSOioMavfkjWl7Q'
44
codeTitle: 'Define data types and pattern match on them with ease'
55
description: "Model domains precisely, and make choices based on the shape of data."
66
---

0 commit comments

Comments
 (0)