Skip to content

Commit 0daceda

Browse files
committed
fix: correct bugs url
- Fixed a typo in the `bugs` URL within the `package.json` file. The correct URL now points to the issues section of the repository.
1 parent 7dada09 commit 0daceda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"homepage": "https://github.com/devgauravjatt/best-blog-data#readme",
99
"bugs": {
10-
"url": "https://github.com/devgauravjatt/best-blog-dataissues"
10+
"url": "https://github.com/devgauravjatt/best-blog-data/issues"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)