|
3 | 3 | [](https://badge.fury.io/py/tabstack) |
4 | 4 | [](https://pypi.org/project/tabstack/) |
5 | 5 | [](https://opensource.org/licenses/Apache-2.0) |
6 | | -[](https://github.com/tabstack/tabs-python/actions) |
7 | | -[](https://codecov.io/gh/tabstack/tabs-python) |
| 6 | +[](https://github.com/Mozilla-Ocho/tabstack-python/actions) |
| 7 | +[](https://codecov.io/gh/Mozilla-Ocho/tabstack-python) |
8 | 8 |
|
9 | 9 | Python SDK for [TABStack AI](https://tabstack.ai) - Extract, Generate, and Automate web content using AI. |
10 | 10 |
|
@@ -48,8 +48,8 @@ pipenv install tabstack |
48 | 48 |
|
49 | 49 | ### From Source |
50 | 50 | ```bash |
51 | | -git clone https://github.com/tabstack/tabs-python.git |
52 | | -cd tabs-python |
| 51 | +git clone https://github.com/Mozilla-Ocho/tabstack-python.git |
| 52 | +cd tabstack-python |
53 | 53 | pip install -e ".[dev]" |
54 | 54 | ``` |
55 | 55 |
|
@@ -440,8 +440,8 @@ asyncio.run(main()) |
440 | 440 |
|
441 | 441 | ```bash |
442 | 442 | # Clone the repository |
443 | | -git clone https://github.com/tabstack/tabs-python.git |
444 | | -cd tabs-python |
| 443 | +git clone https://github.com/Mozilla-Ocho/tabstack-python.git |
| 444 | +cd tabstack-python |
445 | 445 |
|
446 | 446 | # Install with development dependencies |
447 | 447 | pip install -e ".[dev]" |
@@ -520,8 +520,8 @@ Apache License 2.0 - see [LICENSE](LICENSE) for details. |
520 | 520 | - **Homepage**: [https://tabstack.ai](https://tabstack.ai) |
521 | 521 | - **Documentation**: [https://docs.tabstack.ai](https://docs.tabstack.ai) |
522 | 522 | - **PyPI**: [https://pypi.org/project/tabstack/](https://pypi.org/project/tabstack/) |
523 | | -- **Repository**: [https://github.com/tabstack/tabs-python](https://github.com/tabstack/tabs-python) |
524 | | -- **Issues**: [https://github.com/tabstack/tabs-python/issues](https://github.com/tabstack/tabs-python/issues) |
| 523 | +- **Repository**: [https://github.com/Mozilla-Ocho/tabstack-python](https://github.com/Mozilla-Ocho/tabstack-python) |
| 524 | +- **Issues**: [https://github.com/Mozilla-Ocho/tabstack-python/issues](https://github.com/Mozilla-Ocho/tabstack-python/issues) |
525 | 525 |
|
526 | 526 | ## Support |
527 | 527 |
|
|
0 commit comments