Skip to content

Commit 7c2487b

Browse files
committed
chore: move cli metadata to internscience
1 parent 2159ce5 commit 7c2487b

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
[![Python](https://img.shields.io/badge/Python-3.8%2B-blue)](https://www.python.org)
66
[![PyPI version](https://img.shields.io/pypi/v/seevomap?label=PyPI%20version&color=f05138&labelColor=555555)](https://pypi.org/project/seevomap/)
7-
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fzhouzone.github.io%2FSeevoMap%2F&label=website)](https://zhouzone.github.io/SeevoMap/)
7+
[![Website](https://img.shields.io/website?url=https%3A%2F%2Finternscience.github.io%2FSeevoMap-Home%2F&label=website)](https://internscience.github.io/SeevoMap-Home/)
88
[![HF Dataset](https://img.shields.io/badge/HF%20Dataset-seevomap--graph-fbbf24?logo=huggingface&logoColor=black)](https://huggingface.co/datasets/akiwatanabe/seevomap-graph)
99

1010
<p align="center">
@@ -13,7 +13,7 @@
1313

1414
`pip install seevomap`
1515

16-
[Website](https://zhouzone.github.io/SeevoMap/)[Docs](https://zhouzone.github.io/SeevoMap/#/docs/quickstart)[HF Space](https://huggingface.co/spaces/akiwatanabe/seevomap)[HF Dataset](https://huggingface.co/datasets/akiwatanabe/seevomap-graph)[PyPI](https://pypi.org/project/seevomap/)
16+
[Website](https://internscience.github.io/SeevoMap-Home/)[Docs](https://internscience.github.io/SeevoMap-Home/#/docs/quickstart)[HF Space](https://huggingface.co/spaces/akiwatanabe/seevomap)[HF Dataset](https://huggingface.co/datasets/akiwatanabe/seevomap-graph)[PyPI](https://pypi.org/project/seevomap/)
1717

1818
* * *
1919

@@ -68,8 +68,8 @@ seevomap setup codex
6868
The website docs now carry the public workflow guidance for Claude Code, Codex,
6969
and Cursor:
7070

71-
- [Quickstart](https://zhouzone.github.io/SeevoMap/#/docs/quickstart)
72-
- [Integration](https://zhouzone.github.io/SeevoMap/#/docs/integration)
71+
- [Quickstart](https://internscience.github.io/SeevoMap-Home/#/docs/quickstart)
72+
- [Integration](https://internscience.github.io/SeevoMap-Home/#/docs/integration)
7373

7474
### Python SDK
7575

@@ -236,8 +236,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for the full schema and recommended tags.
236236

237237
## Links
238238

239-
- **Website**: [zhouzone.github.io/SeevoMap](https://zhouzone.github.io/SeevoMap/)
240-
- **Docs**: [Quickstart](https://zhouzone.github.io/SeevoMap/#/docs/quickstart) · [Integration](https://zhouzone.github.io/SeevoMap/#/docs/integration) · [Reference](https://zhouzone.github.io/SeevoMap/#/docs/reference)
239+
- **Website**: [internscience.github.io/SeevoMap-Home](https://internscience.github.io/SeevoMap-Home/)
240+
- **Docs**: [Quickstart](https://internscience.github.io/SeevoMap-Home/#/docs/quickstart) · [Integration](https://internscience.github.io/SeevoMap-Home/#/docs/integration) · [Reference](https://internscience.github.io/SeevoMap-Home/#/docs/reference)
241241
- **Web UI**: [huggingface.co/spaces/akiwatanabe/seevomap](https://huggingface.co/spaces/akiwatanabe/seevomap)
242242
- **Dataset**: [huggingface.co/datasets/akiwatanabe/seevomap-graph](https://huggingface.co/datasets/akiwatanabe/seevomap-graph)
243243
- **PyPI**: [pypi.org/project/seevomap](https://pypi.org/project/seevomap/)

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies = ["requests>=2.20"]
2828
seevomap = "seevomap.cli:main"
2929

3030
[project.urls]
31-
Homepage = "https://zhouzone.github.io/SeevoMap/"
32-
Documentation = "https://zhouzone.github.io/SeevoMap/#/docs/quickstart"
31+
Homepage = "https://internscience.github.io/SeevoMap-Home/"
32+
Documentation = "https://internscience.github.io/SeevoMap-Home/#/docs/quickstart"
3333
Space = "https://huggingface.co/spaces/akiwatanabe/seevomap"
34-
Repository = "https://github.com/Zhouzone/seevomap-cli"
34+
Repository = "https://github.com/InternScience/seevomap-cli"
3535
Dataset = "https://huggingface.co/datasets/akiwatanabe/seevomap-graph"

0 commit comments

Comments
 (0)