Pārlūkot izejas kodu

Merge remote-tracking branch 'refs/remotes/origin/master' into 2016

# Conflicts:
#	HandsOnLab/README.md
James Montemagno 9 gadi atpakaļ
vecāks
revīzija
26b3e19d0f
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      HandsOnLab/README.md

+ 1 - 2
HandsOnLab/README.md

@@ -521,7 +521,7 @@ This will take about 3-5 minutes to setup, so let's head back to the code!
 
 
 ### Update App.cs
-We will be using the Azure Helpers Library that we saw earlier in the presentations to simplify the development with just a few lines of code.
+We will be using the [Azure App Service Helpers library](https://www.nuget.org/packages/AppService.Helpers/1.1.1-beta) that we saw earlier in the presentations to add an Azure backend to our mobile app in just four lines of code.
 
 In the DevDaysSpeakers/App.cs file let's add a static property above the constructor for the Azure Client:
 
@@ -756,4 +756,3 @@ await Navigation.PushAsync(new DetailsPage(speaker, vm));
 ```
 
 There you have it!
-