Skip to content

Commit 19388ab

Browse files
committed
Docs: Use jQuery Plugins service hook instead of web hook
Fixes jquery-archivegh-156
1 parent bd074f7 commit 19388ab

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pages/docs/publish.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44

55
Publishing your plugin on the site is a three step process:
66

7-
## Add a Post-Receive Hook
7+
## Add a Service Hook
88

9-
First, you'll need to create a post-receive hook on GitHub. Just follow the
10-
[step-by-step guide for adding a
11-
webhook](https://help.github.com/articles/post-receive-hooks) and set the URL
12-
to `http://plugins.jquery.com/postreceive-hook`.
9+
First, you'll need to enable the jQuery Plugins service hook on GitHub. On the
10+
settings page for your repository, click the Webhooks & Services link, then
11+
click the Configure services button. Scroll down to find the jQuery Plugins
12+
service and enable it (there's no config, just check the Active checkbox and
13+
click the Update settings button).
1314

1415
## Add a Manifest to your Repository
1516

0 commit comments

Comments
 (0)