Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit c2def10

Browse files
author
Adrian Hall
committed
Changed master to amin
1 parent 19a7ab0 commit c2def10

File tree

15 files changed

+19
-19
lines changed

15 files changed

+19
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ To serve the static site locally, use:
2626
mkdocs serve
2727
```
2828

29-
The site will be on http://localhost:8000. The main site is automatically built when I merge changes into the master branch on GitLab.
29+
The site will be on http://localhost:8000. The main site is automatically built when I merge changes into the main branch on GitHub.

docs/chapter1/firstapp_mac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,9 +1282,9 @@ The following 7 chapters each take one aspect of the cloud services that can be
12821282
[6]: https://portal.azure.com/
12831283
[7]: https://guidgenerator.com/
12841284
[8]: https://developer.xamarin.com/guides/xamarin-forms/creating-mobile-apps-xamarin-forms/
1285-
[9]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/blob/master/Chapter1
1285+
[9]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/blob/main/Chapter1
12861286
[10]: https://jfarrell.net/2015/02/07/platform-specific-styling-with-xamarin-forms/
12871287
[11]: https://developer.apple.com/
12881288
[12]: https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html#//apple_ref/doc/uid/TP40012582-CH31-SW6
1289-
[13]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/blob/master/Chapter1/Backend/Web.config
1289+
[13]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/blob/main/Chapter1/Backend/Web.config
12901290
[vsmac]: https://www.visualstudio.com/vs/visual-studio-mac/

docs/chapter1/firstapp_pc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ The following 7 chapters each take one aspect of the cloud services that can be
12251225
[8]: https://visualstudiogallery.msdn.microsoft.com/e1d736b0-5531-4eee-a27a-30a0318cac45
12261226
[9]: https://developer.xamarin.com/guides/ios/getting_started/installation/windows/connecting-to-mac/
12271227
[10]: https://developer.xamarin.com/guides/xamarin-forms/creating-mobile-apps-xamarin-forms/
1228-
[11]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/blob/master/Chapter1
1228+
[11]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/blob/main/Chapter1
12291229
[12]: https://github.com/
12301230
[13]: https://stackoverflow.com/questions/3480201/how-do-you-install-an-apk-file-in-the-android-emulator/3480235#3480235
12311231
[14]: https://jfarrell.net/2015/02/07/platform-specific-styling-with-xamarin-forms/

docs/chapter2/enterprise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ you can [skip the Social Authentication section](debugging.md).
607607
<!-- External Links -->
608608
[classic-portal]: https://manage.windowsazure.com/
609609
[portal]: https://portal.azure.com/
610-
[1]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/blob/master/Chapter2/TaskList/TaskList/Helpers/ServiceLocator.cs
611-
[10]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/tree/master/Chapter2
610+
[1]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/blob/main/Chapter2/TaskList/TaskList/Helpers/ServiceLocator.cs
611+
[10]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/tree/main/Chapter2
612612
[22]: https://developer.xamarin.com/guides/xamarin-forms/dependency-service/
613613

docs/chapter2/realworld.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,6 @@ I've also added a logout button to my `Pages\TaskList.xaml` ([view code][36]) an
727727
[portal]: https://portal.azure.com/
728728
[classic-portal]: https://manage.windowsazure.com/
729729
[34]: http://stackoverflow.com/questions/25044166/how-to-clone-a-httprequestmessage-when-the-original-request-has-content
730-
[35]: https://github.com/Azure/azure-mobile-apps-net-client/blob/master/src/Microsoft.WindowsAzure.MobileServices/MobileServiceClient.cs
731-
[36]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/blob/master/Chapter2/TaskList/TaskList/Pages/TaskList.xaml#L12
732-
[37]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/blob/master/Chapter2/TaskList/TaskList/ViewModels/TaskListViewModel.cs#L112
730+
[35]: https://github.com/Azure/azure-mobile-apps-net-client/blob/main/src/Microsoft.WindowsAzure.MobileServices/MobileServiceClient.cs
731+
[36]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/blob/main/Chapter2/TaskList/TaskList/Pages/TaskList.xaml#L12
732+
[37]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/blob/main/Chapter2/TaskList/TaskList/ViewModels/TaskListViewModel.cs#L112

docs/chapter2/social.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ There are a number of pre-built Xamarin libraries for handling provider authenti
596596
[portal]: https://portal.azure.com/
597597
[8]: https://facebook.com/
598598
[9]: https://developers.facebook.com/
599-
[10]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/tree/master/Chapter2
599+
[10]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/tree/main/Chapter2
600600
[11]: https://accounts.google.com/
601601
[12]: https://console.developers.google.com/iam-admin/projects
602602
[13]: https://apps.dev.microsoft.com/?mkt=en-us#/appList

docs/chapter5/ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Next you can move onto [Windows Push](./windows.md) or skip to the [Recipes Sect
344344
<!-- Links -->
345345
[Azure portal]: https;//portal.azure.com/
346346
[NodeJS]: https://nodejs.org/en/download/
347-
[tools]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/tree/master/tools
347+
[tools]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/tree/main/tools
348348
[1]: http://developer.apple.com/account
349349
[2]: https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingProfiles/MaintainingProfiles.html#//apple_ref/doc/uid/TP40012582-CH30-SW991
350350
[3]: https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingProfiles/MaintainingProfiles.html

docs/chapter6/angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,5 +297,5 @@ When using authentication this way, it is vital that you have a singleton model
297297
[4]: https://vslive.com/Blogs/News-and-Tips/2016/02/4-Must-Read-Angular-Blogs.aspx
298298
[5]: https://github.com/tastejs/todomvc/tree/gh-pages/examples/angularjs
299299
[6]: http://todomvc.com/
300-
[7]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/tree/master/Chapter6
300+
[7]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/tree/main/Chapter6
301301
[8]: https://nodejs.org/en/

docs/chapter6/jquery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,6 @@ We insert data by passing the object to insert to `table.insert()`, modify with
281281
[2]: https://facebook.github.io/react/
282282
[3]: https://angularjs.org/
283283
[4]: https://www.npmjs.com/package/azure-mobile-apps-client
284-
[5]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/blob/master/Chapter6/Backend/Content/spa/jquery/application.css
284+
[5]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/blob/main/Chapter6/Backend/Content/spa/jquery/application.css
285285
[6]: https://en.wikipedia.org/wiki/Immediately-invoked_function_expression
286286
[7]: https://msdn.microsoft.com/en-us/library/azure/jj613353.aspx

docs/chapter6/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,4 +402,4 @@ There is a lot more to be said about the capabilities of React, Redux, BabelJS a
402402
[16]: https://babeljs.io/docs/plugins/transform-class-properties/
403403
[17]: https://babeljs.io/docs/plugins/transform-object-rest-spread/
404404
[18]: https://github.com/madskristensen/NpmTaskRunner
405-
[19]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/tree/master/Chapter6/Backend
405+
[19]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/tree/main/Chapter6/Backend

0 commit comments

Comments
 (0)