From c0ca4e2ca02bf1db70a9e1938f939715c733f276 Mon Sep 17 00:00:00 2001 From: devdelay Date: Mon, 31 Oct 2016 23:51:57 -0400 Subject: [PATCH] Update content_extensions.markdown --- source/_ecosystem/ios/notifications/content_extensions.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_ecosystem/ios/notifications/content_extensions.markdown b/source/_ecosystem/ios/notifications/content_extensions.markdown index b49d3ea52fc..9279f75d595 100644 --- a/source/_ecosystem/ios/notifications/content_extensions.markdown +++ b/source/_ecosystem/ios/notifications/content_extensions.markdown @@ -58,4 +58,4 @@ data: # Combining with actionable notifications -As you can see the `category` key is used to tell the device what kind of content extension to use. You can use the same category identifiers in your own custom [actions](http://localhost:4000/ecosystem/ios/notifications/actions/) to add actions to the content extension. +As you can see the `category` key is used to tell the device what kind of content extension to use. You can use the same category identifiers in your own custom [actions](/ecosystem/ios/notifications/actions/) to add actions to the content extension.