Skip to content

Commit f83ccd0

Browse files
committed
fix: update repo URLs to logtide-dev/logtide-python
1 parent 958c20a commit f83ccd0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7979
- FastAPI middleware for auto-logging HTTP requests
8080
- Full type hints support for Python 3.8+
8181

82-
[0.8.4]: https://github.com/logtide-dev/logtide-sdk-python/compare/v0.1.0...v0.8.4
83-
[0.1.0]: https://github.com/logtide-dev/logtide-sdk-python/releases/tag/v0.1.0
82+
[0.8.4]: https://github.com/logtide-dev/logtide-python/compare/v0.1.0...v0.8.4
83+
[0.1.0]: https://github.com/logtide-dev/logtide-python/releases/tag/v0.1.0

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Thank you for your interest in contributing!
66

77
1. Clone the repository:
88
```bash
9-
git clone https://github.com/logtide-dev/logtide-sdk-python.git
9+
git clone https://github.com/logtide-dev/logtide-python.git
1010
cd logtide-sdk-python
1111
```
1212

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a href="https://pypi.org/project/logtide-sdk/"><img src="https://img.shields.io/pypi/v/logtide-sdk?color=blue" alt="PyPI"></a>
99
<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License"></a>
1010
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/Python-3.8+-blue.svg" alt="Python"></a>
11-
<a href="https://github.com/logtide-dev/logtide-sdk-python/releases"><img src="https://img.shields.io/github/v/release/logtide-dev/logtide-sdk-python" alt="Release"></a>
11+
<a href="https://github.com/logtide-dev/logtide-python/releases"><img src="https://img.shields.io/github/v/release/logtide-dev/logtide-python" alt="Release"></a>
1212
</p>
1313

1414
<p align="center">
@@ -523,4 +523,4 @@ MIT License — see [LICENSE](LICENSE) for details.
523523

524524
- [LogTide Website](https://logtide.dev)
525525
- [Documentation](https://logtide.dev/docs/sdks/python/)
526-
- [GitHub Issues](https://github.com/logtide-dev/logtide-sdk-python/issues)
526+
- [GitHub Issues](https://github.com/logtide-dev/logtide-python/issues)

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ django = ["django>=3.2.0"]
6161
fastapi = ["fastapi>=0.100.0", "starlette>=0.27.0"]
6262

6363
[project.urls]
64-
Homepage = "https://github.com/logtide-dev/logtide-sdk-python"
65-
Repository = "https://github.com/logtide-dev/logtide-sdk-python"
64+
Homepage = "https://github.com/logtide-dev/logtide-python"
65+
Repository = "https://github.com/logtide-dev/logtide-python"
6666
Documentation = "https://logtide.dev/docs"
67-
Issues = "https://github.com/logtide-dev/logtide-sdk-python/issues"
67+
Issues = "https://github.com/logtide-dev/logtide-python/issues"
6868

6969
[tool.setuptools.packages.find]
7070
where = ["."]

0 commit comments

Comments
 (0)