From f212d0f082c4999e1d9c02d69c0a8e8f272b9e4f Mon Sep 17 00:00:00 2001 From: Jyosua Date: Tue, 8 Oct 2024 14:51:51 +0900 Subject: [PATCH] Update README.md Links were dead. Changed to the same articles except hosted on Medium instead. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41dad0c..fe5bef3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ UI testing anything related to biometrics is really tough on iOS because there's Until now. -This project serves as a demo project for a [blog post](https://edit.theappbusiness.com/so-you-want-to-automate-ios-biometrics-81bd015f5d38) I wrote about how we approached finding a solution, and eventually ended up with what you can find in this repo. +This project serves as a demo project for a [blog post](https://medium.com/kinandcartacreated/so-you-want-to-automate-ios-biometrics-81bd015f5d38) I wrote about how we approached finding a solution, and eventually ended up with what you can find in this repo. ## The demo @@ -33,6 +33,6 @@ Another thing to be aware of us the differences in the UI between Touch ID and F ## Further reading -If you want to read how we structure our automation tests to be significantly easier to read and maintain, check out [this series of posts](https://edit.theappbusiness.com/swifty-gherkins-part-1-28abba7dfd8). +If you want to read how we structure our automation tests to be significantly easier to read and maintain, check out [this series of posts](https://medium.com/kinandcartacreated/swifty-gherkins-part-1-28abba7dfd8). Enjoy!