Skip to content

Commit a620472

Browse files
authored
Merge pull request #314 from paulgoetze/bug/web-push-repo-url
Fix URL to web-push GitHub repo
2 parents fc6f1d6 + 08ab4c3 commit a620472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/content/pages/articles/web-push-notifications-from-rails.html.mdrb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Breaking it down:
120120
to be sent.
121121

122122
1. To send a push notification, we’ll use the
123-
[`web-push`](https://github.com/push-pad/web-push) Ruby gem triggered from our
123+
[`web-push`](https://github.com/pushpad/web-push) Ruby gem triggered from our
124124
Rails app. `web-push` is responsible for [encrypting of the message
125125
payload](https://developers.google.com/web/updates/2016/03/web-push-encryption?hl=en)
126126
and sending the request to "push" the notification for the given subscription

0 commit comments

Comments
 (0)