From 02196f73302c2e761d4da612de8f719aeebeb749 Mon Sep 17 00:00:00 2001 From: Jared Poelman Date: Tue, 23 Apr 2019 13:53:11 -0400 Subject: [PATCH] Update in-app_message_delivery.md --- .../ios/in-app_messaging/in-app_message_delivery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/_developer_guide/platform_integration_guides/ios/in-app_messaging/in-app_message_delivery.md b/_docs/_developer_guide/platform_integration_guides/ios/in-app_messaging/in-app_message_delivery.md index fe3c987a158..3756ebf6110 100644 --- a/_docs/_developer_guide/platform_integration_guides/ios/in-app_messaging/in-app_message_delivery.md +++ b/_docs/_developer_guide/platform_integration_guides/ios/in-app_messaging/in-app_message_delivery.md @@ -37,7 +37,7 @@ You can override this value via the `ABKMinimumTriggerTimeIntervalKey` inside th withAppboyOptions:@{ ABKMinimumTriggerTimeIntervalKey : @(5) }]; ``` -An example of overriding the default trigger interval can be found in our sample application's [`AppDelegate.m`][https://github.com/Appboy/appboy-ios-sdk/blob/master/Example/Stopwatch/AppDelegate.m] file. +An example of overriding the default trigger interval can be found in our sample application's [`AppDelegate.m`](https://github.com/Appboy/appboy-ios-sdk/blob/master/Example/Stopwatch/AppDelegate.m) file. ## Local In-App Message Delivery