From 7030ae53930f8dafc5c2838b527bef60472b58a8 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Sun, 5 Jan 2025 22:56:08 +0100 Subject: [PATCH] docs: update link to v5 docs (#5166) --- packages/xstate-svelte/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/xstate-svelte/README.md b/packages/xstate-svelte/README.md index 1aacdb5bb0..f657d7cef5 100644 --- a/packages/xstate-svelte/README.md +++ b/packages/xstate-svelte/README.md @@ -2,7 +2,7 @@ This package contains utilities for using [XState](https://github.com/statelyai/xstate) with [Svelte](https://github.com/sveltejs/svelte). -- [Read the full documentation in the XState docs](https://xstate.js.org/docs/packages/xstate-svelte/). +- [Read the full documentation in the XState docs](https://stately.ai/docs/xstate-svelte). - [Read our contribution guidelines](https://github.com/statelyai/xstate/blob/main/CONTRIBUTING.md). ## Quick Start