From 54740e15f2ea35d1ddeb1f0d7acac2f19a49dbe4 Mon Sep 17 00:00:00 2001 From: floating-cat Date: Sun, 21 Aug 2022 13:27:46 +0800 Subject: [PATCH] Update Slinky homepage link The Slinky link listed on the Scala.js website is unable to access now --- _data/library/scalalibs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/library/scalalibs.yml b/_data/library/scalalibs.yml index 6956c964..63d896fc 100644 --- a/_data/library/scalalibs.yml +++ b/_data/library/scalalibs.yml @@ -113,7 +113,7 @@ desc: 'The Functional and Reactive Web-Frontend Library for Scala.js' dep: '"io.github.outwatch" %%% "outwatch" % "1.0.0-RC7"' - name: Slinky - url: https://slinky.shadaj.me/ + url: https://slinky.dev/ desc: 'Write Scala.js React apps just like you would in ES6' dep: '"me.shadaj" %%% "slinky-core" % "0.5.1", "me.shadaj" %%% "slinky-web" % "0.5.1"' - name: Laminar