From b81bf1bc64ce416358337f04e91e01c624a22674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20C=2E=20For=C3=A9s?= Date: Sun, 12 Apr 2026 22:07:16 +0200 Subject: [PATCH] chore: update documentation URL to docs.lambda-studio.com Update the documentation link in README.md and the homepage field in package.json to point to the new docs site. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5c2bda..e9e219a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Lambda Router is a client-side routing library designed for single-page applicat ## Documentation -Find out about the project and discover the features at the [Documentation](https://lambda.studio/router/getting-started/) +Find out about the project and discover the features at the [Documentation](https://docs.lambda-studio.com/router/getting-started/) ## Installation diff --git a/package.json b/package.json index 6b3d080..059bbeb 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "email": "soc@erik.cat", "url": "https://erik.cat" }, - "homepage": "https://erik.cat/blog/router-docs", + "homepage": "https://docs.lambda-studio.com/router/getting-started/", "repository": { "type": "git", "url": "https://github.com/StudioLambda/Router.git"