Skip to content

Commit 1bc7104

Browse files
authored
Merge pull request #118 from ezpn/ezpn-patch-pubsubhubbub-hubsecretlink
fix hub.secret invalid documentation link
2 parents ff3e2aa + c469fba commit 1bc7104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subscribers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ You should **always** use the `https` endpoints when sending requests to Superfe
777777

778778
#### Best Practice: use hub.secret
779779

780-
When subscribing to a feed, you should use `hub.secret`, unless you are using https for your callback URLs. This secret will be used to compute a signature for each notification. You should always make sure these signatures match. You can [read more about that here](https://w3c.github.io/pubsub/index.html#authenticated-content-distribution) .
780+
When subscribing to a feed, you should use `hub.secret`, unless you are using https for your callback URLs. This secret will be used to compute a signature for each notification. You should always make sure these signatures match. You can [read more about that here](https://w3c.github.io/websub/#signing-content) .
781781

782782
#### Best Practice: use different callback urls
783783

0 commit comments

Comments
 (0)