From 8d75455c3a6acc65f5ed61956541a500cbbffe93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gadomski?= Date: Thu, 5 Mar 2026 10:21:43 +0100 Subject: [PATCH] Fix links that were not working and remove obsolete links --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 00ffbee73..26647ced9 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,19 @@ # Fishjam Web Client -React and TypeScript client libraries for [Fishjam](https://fishjam.io). +React and TypeScript client libraries for [Fishjam](https://fishjam.swmansion.com/). ## Documentation -Documentation is available [here](https://docs.fishjam.io/). There -is also API documentation [here](https://docs.fishjam.io/api/web/). +Documentation is available [here](https://fishjam.swmansion.com/docs). There +is also API documentation [here](https://fishjam.swmansion.com/docs/api). ### React Library: [React library](https://github.com/fishjam-cloud/web-client-sdk/tree/main/packages/react-client) is useful for projects that uses React. It is wrapper over TypeScript library, that provides React integration. -Check out [docs](https://docs.fishjam.io/category/react-integration) for more information. +Check out [docs](https://fishjam.swmansion.com/docs/tutorials/react-quick-start) for more information. ### TypeScript Library: @@ -24,9 +24,6 @@ projects that do not use React. Or if you want to have more control on how all s > [!NOTE] > TypeScript SDK is not stable yet. We recommend using React Client -Check out [docs](https://fishjam-cloud.github.io/web-client-sdk/modules/_fishjam_cloud_ts_client.html) for more -information. - ## Contributing Contributions are always welcome, no matter how large or small!