Skip to content

Commit be7e4bf

Browse files
authored
change some doc links (#206)
This pull request updates documentation links and project metadata to point to the new SeekDB domain, ensuring users access the most up-to-date resources. **Documentation updates:** * Updated all documentation links in `README.md` to use the new `docs.seekdb.ai` domain for the docs home, user guide, and API reference. **Project metadata:** * Changed the `Homepage` URL in `pyproject.toml` to `https://www.seekdb.ai/` to reflect the new official site.<!-- Thank you for contributing to OceanBase! Please feel free to ping the maintainers for the review! --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated documentation links to direct to new SeekDB documentation resources (home, user guide, and API reference) * **Chores** * Updated project homepage URL to seekdb.ai <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 099a356 commit be7e4bf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Key features:
1313

1414
## Documentation
1515

16-
- Docs home: https://oceanbase.github.io/pyseekdb/
17-
- User guide: https://oceanbase.github.io/pyseekdb/guide/
18-
- API reference: https://oceanbase.github.io/pyseekdb/api/
16+
- Docs home: https://docs.seekdb.ai/seekdb/seekdb-overview/
17+
- User guide: https://docs.seekdb.ai/seekdb/deploy-overview
18+
- API reference: https://docs.seekdb.ai/seekdb/api-overview
1919
- RAG demo: [English](demo/rag/README.md) / [中文](demo/rag/README_CN.md)
2020
- Contributing: [CONTRIBUTING.md](CONTRIBUTING.md)
2121

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
]
2323

2424
[project.urls]
25-
Homepage = "https://github.com/oceanbase/pyseekdb/"
25+
Homepage = "https://www.seekdb.ai/"
2626
Repository = "https://github.com/oceanbase/pyseekdb/"
2727
"Bug Tracker" = "https://github.com/oceanbase/pyseekdb/issues"
2828

0 commit comments

Comments
 (0)