Skip to content

Commit 08fe448

Browse files
committed
fix urls
1 parent 8a6ca0a commit 08fe448

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pip install databunkerpro
1313
Or install directly from GitHub:
1414

1515
```bash
16-
pip install git+https://github.com/yourusername/databunkerpro-python.git
16+
pip install git+https://github.com/securitybunker/databunkerpro-python.git
1717
```
1818

1919
## Quick Start
@@ -67,7 +67,7 @@ To set up the development environment:
6767

6868
1. Clone the repository:
6969
```bash
70-
git clone https://github.com/yourusername/databunkerpro-python.git
70+
git clone https://github.com/securitybunker/databunkerpro-python.git
7171
cd databunkerpro-python
7272
```
7373

@@ -97,8 +97,8 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
9797

9898
## Support
9999

100-
If you encounter any issues or have questions, please [open an issue](https://github.com/yourusername/databunkerpro-python/issues) on GitHub.
100+
If you encounter any issues or have questions, please [open an issue](https://github.com/securitybunker/databunkerpro-python/issues) on GitHub.
101101

102102
## API Documentation
103103

104-
For detailed API documentation, please visit the [DatabunkerPro API Documentation](https://docs.databunker.org).
104+
For detailed API documentation, please visit the [DatabunkerPro API Documentation](https://databunker.org/databunker-pro-docs/introduction/).

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
setup(
77
name="databunkerpro",
88
version="0.1.0",
9-
author="Your Name",
10-
author_email="your.email@example.com",
9+
author="Databunker team",
10+
author_email="hello@databunker.org",
1111
description="Python client library for DatabunkerPro API",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
url="https://github.com/yourusername/databunkerpro-python",
14+
url="https://github.com/securitybunker/databunkerpro-python",
1515
packages=find_packages(),
1616
classifiers=[
1717
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)