From 442ec7113e46e39b485fa585d4e685470daa002e Mon Sep 17 00:00:00 2001 From: Dan Sandler Date: Tue, 29 May 2018 11:16:26 -0400 Subject: [PATCH] Fix link to macOS notifications HIG --- docs/tutorial/notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/notifications.md b/docs/tutorial/notifications.md index 309418a984..b8c2c69168 100644 --- a/docs/tutorial/notifications.md +++ b/docs/tutorial/notifications.md @@ -61,7 +61,7 @@ the notification away. ## macOS Notifications are straight-forward on macOS, but you should be aware of -[Apple's Human Interface guidelines regarding notifications](https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/OSXHIGuidelines/NotificationCenter.html). +[Apple's Human Interface guidelines regarding notifications](https://developer.apple.com/macos/human-interface-guidelines/system-capabilities/notifications/). Note that notifications are limited to 256 bytes in size and will be truncated if you exceed that limit.