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!