From 5bd338a80f6aa8d4f274a2ab7a07f11d7d2685f5 Mon Sep 17 00:00:00 2001 From: HQarroum Date: Thu, 8 Feb 2024 00:56:16 +0100 Subject: [PATCH] fix(docs): set documentation url --- README.md | 2 +- packages/cli/package.json | 2 +- packages/core/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7513bc40..4b0b3016 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ ## 🚀 Getting Started > [!Important] -> 👉 Head to our [documentation](https://bookish-adventure-737v6mw.pages.github.io/) which contains all the information required to understand the project, and quickly start building! +> 👉 Head to our [documentation](https://awslabs.github.io/project-lakechain/) which contains all the information required to understand the project, and quickly start building! ## What's Lakechain ❓ diff --git a/packages/cli/package.json b/packages/cli/package.json index 886457af..925bad32 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -27,7 +27,7 @@ "bugs": { "url": "https://github.com/awslabs/project-lakechain/issues" }, - "homepage": "https://bookish-adventure-737v6mw.pages.github.io/", + "homepage": "https://awslabs.github.io/project-lakechain/", "dependencies": { "zod": "^3.22.4", "zod-error": "^1.5.0", diff --git a/packages/core/README.md b/packages/core/README.md index 3bb88ba0..6e3883f6 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -8,7 +8,7 @@ > [!Note] > The Lakechain Core package is part of [Project Lakechain](https://github.com/awslabs/project-lakechain), an AI-powered document processing pipeline framework based on the AWS CDK. -> For more information on how to use this package, please refer to the [Project Documentation](https://bookish-adventure-737v6mw.pages.github.io/). +> For more information on how to use this package, please refer to the [Project Documentation](https://awslabs.github.io/project-lakechain/). ## Overview