Skip to content

Commit 888a544

Browse files
committed
Fix GitHub org URL to logtide-dev
1 parent 99efb69 commit 888a544

3 files changed

Lines changed: 18 additions & 6 deletions

File tree

.claude/settings.local.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(pip install:*)",
5+
"Bash(python -m build:*)",
6+
"Bash(twine upload:*)",
7+
"Bash(git add:*)",
8+
"Bash(git commit:*)",
9+
"Bash(git push:*)"
10+
]
11+
}
12+
}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ monitor_thread.start()
524524

525525
```bash
526526
# Clone repository
527-
git clone https://github.com/logtide/python-sdk.git
527+
git clone https://github.com/logtide-dev/python-sdk.git
528528
cd logtide-sdk-python
529529

530530
# Create virtual environment
@@ -561,11 +561,11 @@ MIT
561561

562562
## Contributing
563563

564-
Contributions are welcome! Please open an issue or PR on [GitHub](https://github.com/logtide/python-sdk).
564+
Contributions are welcome! Please open an issue or PR on [GitHub](https://github.com/logtide-dev/python-sdk).
565565

566566
---
567567

568568
## Support
569569

570570
- **Documentation**: [https://logtide.dev/docs](https://logtide.dev/docs)
571-
- **Issues**: [GitHub Issues](https://github.com/logtide/python-sdk/issues)
571+
- **Issues**: [GitHub Issues](https://github.com/logtide-dev/python-sdk/issues)

pyproject.toml

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

5959
[project.urls]
60-
Homepage = "https://github.com/logtide/python-sdk"
61-
Repository = "https://github.com/logtide/python-sdk"
60+
Homepage = "https://github.com/logtide-dev/python-sdk"
61+
Repository = "https://github.com/logtide-dev/python-sdk"
6262
Documentation = "https://logtide.dev/docs"
63-
Issues = "https://github.com/logtide/python-sdk/issues"
63+
Issues = "https://github.com/logtide-dev/python-sdk/issues"
6464

6565
[tool.setuptools.packages.find]
6666
where = ["."]

0 commit comments

Comments
 (0)