Skip to content

Commit

Permalink
Correct Link dashboard customization URL
Browse files Browse the repository at this point in the history
  • Loading branch information
afh committed Jul 11, 2017
1 parent 5af3f76 commit 53098fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/LinkDemo-ObjC/LinkDemo-ObjC/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ios/LinkDemo-Swift/LinkDemo-Swift/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 53098fd

Please sign in to comment.