From e74507f52bf651cfd7b27216d988327bf2eed753 Mon Sep 17 00:00:00 2001 From: zTgx <747674262@qq.com> Date: Mon, 13 Apr 2026 00:29:46 +0800 Subject: [PATCH] docs: update documentation URL in pyproject.toml - Change documentation URL from https://docs.rs/vectorless - Update to https://www.vectorless.dev/docs/intro --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c9d78d7..87999b26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ [project.urls] Homepage = "https://vectorless.dev" Repository = "https://github.com/vectorlessflow/vectorless" -Documentation = "https://docs.rs/vectorless" +Documentation = "https://www.vectorless.dev/docs/intro" [tool.maturin] python-source = "python"