From 5e249ed43f751326b9a3eacd862c4025e55153e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20C=2E=20For=C3=A9s?= Date: Sun, 12 Apr 2026 22:07:40 +0200 Subject: [PATCH] docs: update documentation links to docs.lambda-studio.com --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d968cde..c183702 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Lambda Query is a library created to manage asynchronous data on your code. This ## Documentation -Find out about the project and discover the features at the [Documentation](https://erik.cat/blog/query-docs/) +Find out about the project and discover the features at the [Documentation](https://docs.lambda-studio.com/query/getting-started/) ## Installation diff --git a/package.json b/package.json index cc4f557..cca8dfb 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "ui", "vanilla" ], - "homepage": "https://erik.cat/blog/query-docs", + "homepage": "https://docs.lambda-studio.com/query/getting-started/", "license": "MIT", "author": { "name": "Erik C. Forés",