Skip to content

Commit eca9aa8

Browse files
committed
fix: update GitHub repository URLs from jdrhyne to PSPDFKit
- Fix git clone URL in README.md - Fix issues URL in README.md - Fix homepage, repository, and bug tracker URLs in pyproject.toml This ensures all links point to the correct PSPDFKit organization.
1 parent bd3a791 commit eca9aa8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Note: See [SUPPORTED_OPERATIONS.md](SUPPORTED_OPERATIONS.md) for detailed docume
252252

253253
```bash
254254
# Clone the repository
255-
git clone https://github.com/jdrhyne/nutrient-dws-client-python.git
255+
git clone https://github.com/PSPDFKit/nutrient-dws-client-python.git
256256
cd nutrient-dws-client-python
257257

258258
# Install in development mode
@@ -303,4 +303,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
303303

304304
- 📧 Email: [email protected]
305305
- 📚 Documentation: https://www.nutrient.io/docs/
306-
- 🐛 Issues: https://github.com/jdrhyne/nutrient-dws-client-python/issues
306+
- 🐛 Issues: https://github.com/PSPDFKit/nutrient-dws-client-python/issues

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ docs = [
5252
]
5353

5454
[project.urls]
55-
Homepage = "https://github.com/jdrhyne/nutrient-dws-client-python"
55+
Homepage = "https://github.com/PSPDFKit/nutrient-dws-client-python"
5656
Documentation = "https://nutrient-dws-client-python.readthedocs.io"
57-
Repository = "https://github.com/jdrhyne/nutrient-dws-client-python"
58-
"Bug Tracker" = "https://github.com/jdrhyne/nutrient-dws-client-python/issues"
57+
Repository = "https://github.com/PSPDFKit/nutrient-dws-client-python"
58+
"Bug Tracker" = "https://github.com/PSPDFKit/nutrient-dws-client-python/issues"
5959

6060
[tool.setuptools.package-data]
6161
nutrient_dws = ["py.typed"]

0 commit comments

Comments
 (0)