From 0c045ff0b82972511b4095525cd166e2d9607062 Mon Sep 17 00:00:00 2001 From: Miguel Veloso Date: Fri, 1 Mar 2019 12:10:52 +0000 Subject: [PATCH] Fix broken link --- 07.-Setting-up-the-Xamarin-mobile-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07.-Setting-up-the-Xamarin-mobile-apps.md b/07.-Setting-up-the-Xamarin-mobile-apps.md index 61be375..dfb0c31 100644 --- a/07.-Setting-up-the-Xamarin-mobile-apps.md +++ b/07.-Setting-up-the-Xamarin-mobile-apps.md @@ -2,7 +2,7 @@ _IMPORTANT: This section is in early draft state. Will be evolving, eventually_ # Important Notes for the Xamarin app: * When running the Xamarin app note that it can run in "Mock mode" so you won't need any connection to the microservices, so the data shown is "fake data" generated by the client Xamarin app. -* In order to really access the microservices/containers you'll need to deploy the containers following this ["production" deployment procedure for the containers ](https://github.com/dotnet-architecture/eShopOnContainers/wiki/05.-Deploying-eShopOnContainers-to-a--Production-environment) and then, provide the external IP of your dev machine or the DNS name or IP of the Docker Host you are using into the Xamarin app settings when NOT using the "mock mode". +* In order to really access the microservices/containers you'll need to deploy the containers following this ["production" deployment procedure for the containers ](https://github.com/dotnet-architecture/eShopOnContainers/wiki/05.-Deploying-eShopOnContainers-to-a-Docker-Host-Production-environment) and then, provide the external IP of your dev machine or the DNS name or IP of the Docker Host you are using into the Xamarin app settings when NOT using the "mock mode". # Guidance on Architecture patterns of Xamarin.Forms apps The following book (early draft state) is being created aligned with this sample/reference Xamarin app.