Skip to content

Commit 2e79419

Browse files
committed
Fix docs URL for manual installs
1 parent 0f18d79 commit 2e79419

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"email": "[email protected]",
2222
"issues": "https://github.com/craftcms/webhooks/issues?state=open",
2323
"source": "https://github.com/craftcms/webhooks",
24-
"docs": "https://github.com/craftcms/webhooks"
24+
"docs": "https://github.com/craftcms/webhooks/blob/master/README.md",
25+
"rss": "https://github.com/craftcms/webhooks/commits/master.atom"
2526
},
2627
"require": {
2728
"craftcms/cms": "^3.0.0"
@@ -33,6 +34,7 @@
3334
},
3435
"extra": {
3536
"name": "Webhooks",
36-
"handle": "webhooks"
37+
"handle": "webhooks",
38+
"documentationUrl": "https://github.com/craftcms/webhooks/blob/master/README.md"
3739
}
3840
}

0 commit comments

Comments
 (0)