diff --git a/en/asgardeo/docs/tutorials/auth-users-into-android-apps.md b/en/asgardeo/docs/tutorials/auth-users-into-android-apps.md index 25428688d5..59442f2600 100644 --- a/en/asgardeo/docs/tutorials/auth-users-into-android-apps.md +++ b/en/asgardeo/docs/tutorials/auth-users-into-android-apps.md @@ -344,4 +344,4 @@ Let's walk through the end-to-end flow of the application we built in this tutor In this tutorial, we covered the steps to add authentication to an Android application using Asgardeo as the CIAM provider. The AppAuth SDK was used for integrating the authentication and authorization capabilities. We also looked at the configurations required on the Asgardeo side for the application. -Starting with a basic Android application without user authentication, we modified the code to successfully integrate the login, logout, and user info retrieval methods with Asgardeo. You can access the [completed source code](https://github.com/nilasini/MealMagicAndroidApp) of the application. \ No newline at end of file +Starting with a basic Android application without user authentication, we modified the code to successfully integrate the login, logout, and user info retrieval methods with Asgardeo. You can access the [completed source code](https://github.com/asgardeo-samples/asgardeo-android-samples/tree/main/MealMagicAndroidApp) of the application. \ No newline at end of file diff --git a/en/asgardeo/docs/tutorials/auth-users-into-flutter-apps.md b/en/asgardeo/docs/tutorials/auth-users-into-flutter-apps.md index 936beca3fb..09c4594c04 100644 --- a/en/asgardeo/docs/tutorials/auth-users-into-flutter-apps.md +++ b/en/asgardeo/docs/tutorials/auth-users-into-flutter-apps.md @@ -397,4 +397,4 @@ In this tutorial, we demonstrated how to add authentication to a Flutter applica We also provided a detailed guide on how to configure the application on Asgardeo. Starting with a sample Flutter application without user authentication implemented, we modified the sign-in, sign-out, and user info retrieval methods to successfully integrate authentication and profile info retrieval capabilities using Asgardeo. -The [completed source code](https://github.com/LakshiAthapaththu/asgardeo-flutter-integration-demo/tree/custom-application-asgardeo-integration) of the application. \ No newline at end of file +The [completed source code](https://github.com/asgardeo-samples/asgardeo-flutter-samples/tree/main/asgardeo-flutter-integration-demo) of the application. \ No newline at end of file