Skip to content

Commit 08ab4c3

Browse files
authored
Fix URL to web-push GitHub repo
Remove the additional '-' in the GitHub username.
1 parent fe10b8d commit 08ab4c3

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)