From 2bad0328fc310a885dc066af702dcc88a0e98d83 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Fri, 24 Jul 2026 17:03:29 +0800 Subject: [PATCH 1/2] fix: python driver github link --- docs/cn/developer/00-drivers/01-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cn/developer/00-drivers/01-python.md b/docs/cn/developer/00-drivers/01-python.md index eb71d25cbc..ba94429596 100644 --- a/docs/cn/developer/00-drivers/01-python.md +++ b/docs/cn/developer/00-drivers/01-python.md @@ -152,4 +152,4 @@ with engine.connect() as conn: ## 相关资源 - **PyPI**: [databend-driver](https://pypi.org/project/databend-driver/) • [databend-sqlalchemy](https://pypi.org/project/databend-sqlalchemy/) -- **GitHub**: [databend-driver](https://github.com/databendlabs/databend-py) • [databend-sqlalchemy](https://github.com/databendlabs/databend-sqlalchemy) \ No newline at end of file +- **GitHub**: [databend-driver](https://github.com/databendlabs/bendsql/tree/main/driver) • [databend-sqlalchemy](https://github.com/databendlabs/databend-sqlalchemy) From 0f33f05c54995a7f559c0833785b5c7bba8530e9 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Fri, 24 Jul 2026 17:05:04 +0800 Subject: [PATCH 2/2] fix: Update GitHub links for Python driver documentation --- docs/cn/developer/00-drivers/01-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cn/developer/00-drivers/01-python.md b/docs/cn/developer/00-drivers/01-python.md index ba94429596..0aca0ae239 100644 --- a/docs/cn/developer/00-drivers/01-python.md +++ b/docs/cn/developer/00-drivers/01-python.md @@ -152,4 +152,4 @@ with engine.connect() as conn: ## 相关资源 - **PyPI**: [databend-driver](https://pypi.org/project/databend-driver/) • [databend-sqlalchemy](https://pypi.org/project/databend-sqlalchemy/) -- **GitHub**: [databend-driver](https://github.com/databendlabs/bendsql/tree/main/driver) • [databend-sqlalchemy](https://github.com/databendlabs/databend-sqlalchemy) +- **GitHub**: [databend-driver](https://github.com/databendlabs/bendsql/tree/main/bindings/python) • [databend-sqlalchemy](https://github.com/databendlabs/databend-sqlalchemy)