|
20 | 20 | - 🏠 [Homepage](https://onesignal.com)
|
21 | 21 | - 🖤 [npm](https://www.npmjs.com/package/onesignal-ngx)
|
22 | 22 |
|
23 |
| -OneSignal is the world's leader for Mobile Push Notifications, Web Push, and In-App Messaging. It is trusted by 2 million+ businesses to send 9 billion Push Notifications per day. |
| 23 | +OneSignal is the world's leader for Mobile Push Notifications, Web Push, and In-App Messaging. It is trusted by 2 million+ developers to send 12 billion Push Notifications per day. |
24 | 24 |
|
25 | 25 | You can find more information on OneSignal [here](https://onesignal.com/).
|
26 | 26 |
|
@@ -96,7 +96,7 @@ this.oneSignal
|
96 | 96 |
|
97 | 97 | ### Init Options
|
98 | 98 |
|
99 |
| -You can pass other options to the `init` function. Use these options to configure personalized prompt options, auto-resubscribe, and more ([full list of initialization options](https://documentation.onesignal.com/v11.0/docs/web-sdk#init)). |
| 99 | +You can pass other [options](https://documentation.onesignal.com/docs/web-sdk-reference#init) to the `init` function. Use these options to configure personalized prompt options, auto-resubscribe, and more. |
100 | 100 |
|
101 | 101 | <details>
|
102 | 102 | <summary>Expand to see more options</summary>
|
@@ -182,7 +182,7 @@ class OneSignal {
|
182 | 182 |
|
183 | 183 | ### OneSignal API
|
184 | 184 |
|
185 |
| -See the official [OneSignal WebSDK reference](https://documentation.onesignal.com/v11.0/docs/web-sdk) for information on all available SDK functions. |
| 185 | +See the official [OneSignal WebSDK reference](https://documentation.onesignal.com/docs/web-sdk-reference) for information on all available SDK functions. |
186 | 186 |
|
187 | 187 | ---
|
188 | 188 |
|
@@ -222,7 +222,7 @@ this.oneSignal.Notifications.addEventListener('click', (event) => {
|
222 | 222 | });
|
223 | 223 | ```
|
224 | 224 |
|
225 |
| -See the [OneSignal WebSDK Reference](https://documentation.onesignal.com/v11.0/docs/web-sdk) for more info on the available event listeners. |
| 225 | +See the [OneSignal WebSDK Reference](https://documentation.onesignal.com/docs/web-sdk-reference#addeventlistener-push-notification) for more info on the available event listeners. |
226 | 226 |
|
227 | 227 | ## Troubleshooting
|
228 | 228 |
|
|
0 commit comments