Skip to content

Commit a4d88df

Browse files
committed
fix: update repository URL to use correct casing in documentation and configuration files
1 parent 702837f commit a4d88df

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
1414
- JSDoc documentation
1515
- Modern TypeScript configuration
1616

17-
[1.0.0]: https://github.com/supratimrk/sdk-imagebb
17+
[1.0.0]: https://github.com/SupratimRK/sdk-imagebb
1818

1919

2020

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Enhancement suggestions are tracked as GitHub issues. When creating an enhanceme
4848

4949
1. Clone the repository:
5050
```bash
51-
git clone https://github.com/supratimrk/sdk-imagebb.git
51+
git clone https://github.com/SupratimRK/sdk-imagebb
5252
cd sdk-imagebb
5353
```
5454

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ This project is [MIT](LICENSE) licensed.
266266
## 🔗 Links
267267

268268
- [npm Package](https://www.npmjs.com/package/sdk-imagebb)
269-
- [GitHub Repository](https://github.com/supratimrk/sdk-imagebb)
270-
- [Issue Tracker](https://github.com/supratimrk/sdk-imagebb/issues)
269+
- [GitHub Repository](https://github.com/SupratimRK/sdk-imagebb)
270+
- [Issue Tracker](https://github.com/SupratimRK/sdk-imagebb/issues)
271271
- [ImgBB API Documentation](https://api.imgbb.com/)
272272

273273
## 👤 Author

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
},
5858
"repository": {
5959
"type": "git",
60-
"url": "git+https://github.com/supratimrk/sdk-imagebb"
60+
"url": "git+https://github.com/SupratimRK/sdk-imagebb"
6161
},
6262
"bugs": {
63-
"url": "https://github.com/supratimrk/sdk-imagebb/issues"
63+
"url": "https://github.com/SupratimRK/sdk-imagebb/issues"
6464
},
65-
"homepage": "https://github.com/supratimrk/sdk-imagebb#readme",
65+
"homepage": "https://github.com/SupratimRK/sdk-imagebb#readme",
6666
"files": [
6767
"dist/**/*",
6868
"README.md",

0 commit comments

Comments
 (0)