From 53098fd3fdb0275e04adca1c3ada8776b85e42f4 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 11 Jul 2017 11:38:47 -0700 Subject: [PATCH] Correct Link dashboard customization URL --- ios/LinkDemo-ObjC/LinkDemo-ObjC/ViewController.m | 2 +- ios/LinkDemo-Swift/LinkDemo-Swift/ViewController.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/LinkDemo-ObjC/LinkDemo-ObjC/ViewController.m b/ios/LinkDemo-ObjC/LinkDemo-ObjC/ViewController.m index b4891ee7..1c87ec46 100644 --- a/ios/LinkDemo-ObjC/LinkDemo-ObjC/ViewController.m +++ b/ios/LinkDemo-ObjC/LinkDemo-ObjC/ViewController.m @@ -142,7 +142,7 @@ - (void)presentPlaidLinkWithCopyCustomization { /* NOTE: The preferred method to customize LinkKit is to use the customization feature - in the dashboard (http://localhost:6419/ios/dashboard-customization). + in the dashboard (https://dashboard.plaid.com/link). In the rare case where customization is necessary from within your application directly and you prefer to initialize link directly using instance configuration an example is given below. diff --git a/ios/LinkDemo-Swift/LinkDemo-Swift/ViewController.swift b/ios/LinkDemo-Swift/LinkDemo-Swift/ViewController.swift index a6d7b829..e87b1608 100644 --- a/ios/LinkDemo-Swift/LinkDemo-Swift/ViewController.swift +++ b/ios/LinkDemo-Swift/LinkDemo-Swift/ViewController.swift @@ -131,7 +131,7 @@ class ViewController: UIViewController { /* NOTE: The preferred method to customize LinkKit is to use the customization feature - in the dashboard (http://localhost:6419/ios/dashboard-customization). + in the dashboard (https://dashboard.plaid.com/link). In the rare case where customization is necessary from within your application directly and you prefer to initialize link directly using instance configuration an example is given below.