From 700b87254da5a9b595ad7af6b723a409a558e471 Mon Sep 17 00:00:00 2001 From: Dalia Masilionyte Date: Thu, 7 Apr 2022 18:31:38 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6fe2f4..452e14b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ dependencies { 3. Copy your Sandbox or Production Link API Key for use in the next step ### 2. Utilize user tokens -For successful implementation you need to make sure to utilize user tokens correctly. Learn how to do it in Argyle [returning user experience guide](https://argyle.com/docs/products/returning-users-experience#suggested-flow-for-user-token-usage) before continuing onto the next step. +For successful implementation you need to make sure to utilize user tokens correctly. Learn how to do it in Argyle [returning user experience guide](https://argyle.com/docs/products/returning-users-experience) before continuing onto the next step. ### 3. Integrate Link See [Example](https://github.com/argyle-systems/argyle-link-android/blob/master/app/src/main/java/com/argyleexample/MainActivity.kt) for sample implementation.