From ef3a2b5357c4a00a95d006079e5ad109078c3cae Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Thu, 17 Apr 2025 03:12:09 +0700 Subject: [PATCH] docs: intended path relative links (#2321) ## Summary by CodeRabbit - **Documentation** - Updated the link in the documentation to correctly reference the workflow file, ensuring accurate navigation from the current context. Signed-off-by: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 448cc5e4..648e4e4e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@ LanceDB docs are deployed to https://lancedb.github.io/lancedb/. -Docs is built and deployed automatically by [Github Actions](.github/workflows/docs.yml) +Docs is built and deployed automatically by [Github Actions](../.github/workflows/docs.yml) whenever a commit is pushed to the `main` branch. So it is possible for the docs to show unreleased features.