Skip to content

Commit bf93dc0

Browse files
authored
fix(doc): correct link (#391)
1 parent d4ca1f7 commit bf93dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Firefox errors are listed in the [autopush documentation](https://autopush.readt
260260

261261
### Payload length, security, and performance
262262
Payloads are encrypted by the library. The maximum payload length is theoretically 4078 bytes (or ASCII characters).
263-
For [compatibility reasons](mozilla-services/autopush/issues/748) though, your payload should be less than 3052 bytes long.
263+
For [compatibility reasons](https://github.com/mozilla-services/autopush/issues/748) though, your payload should be less than 3052 bytes long.
264264

265265
The library pads the payload by default. This is more secure but it decreases performance for both your server and your user's device.
266266

0 commit comments

Comments
 (0)