From ee26724cbfadfd389ced6a8503314bad8f9cbe0c Mon Sep 17 00:00:00 2001 From: julienbarbaud Date: Mon, 16 Mar 2026 23:03:16 +0800 Subject: [PATCH] Update react-spring links to new domain The previous links lead to a very strange and ugly website that is likely entirely AI-made --- src/content/10/en/part10d.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/10/en/part10d.md b/src/content/10/en/part10d.md index 09846fde62d..ba61c15dd57 100644 --- a/src/content/10/en/part10d.md +++ b/src/content/10/en/part10d.md @@ -1110,7 +1110,7 @@ Because styled-components processes the style definitions, it is possible to use > react-spring is a spring-physics based animation library that should cover most of your UI related animation needs. It gives you tools flexible enough to confidently cast your ideas into moving interfaces. -[React-spring](https://www.react-spring.io/) is a library that provides a clean [API](https://react-spring.io/basics) for animating React Native components. +[React-spring](https://www.react-spring.dev/) is a library that provides a clean [API](https://www.react-spring.dev/docs/getting-started) for animating React Native components. #### React Navigation