Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #438 from Azure-Samples/master
Browse files Browse the repository at this point in the history
Update SettingsViewModel.cs
  • Loading branch information
xiangyan99 committed Mar 24, 2016
2 parents 1c424d7 + df96b45 commit 63053b3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public class SettingsViewModel : ViewModelBase

List<Setting> units;
//Use Settings.DeviceConnectionString
public string PrivacyPolicyUrl => "https://www.microsoft.com/EN-US/privacystatement/OnlineServices/Default.aspx";
public string TermsOfUseUrl => "https://github.com/Azure-Samples/MyDriving/blob/master/src/MobileApps/Licenses/EULA.docx";
public string PrivacyPolicyUrl => "http://aka.ms/mydriving-privacy";
public string TermsOfUseUrl => "http://aka.ms/mydriving-eula";

public string OpenSourceNoticeUrl => "https://github.com/Azure-Samples/MyDriving/tree/master/MobileApp/Licenses"
;
Expand Down Expand Up @@ -133,4 +133,4 @@ void CapacitySetting_PropertyChanged(object sender, System.ComponentModel.Proper
}
}
}
}
}

0 comments on commit 63053b3

Please sign in to comment.