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

docs/chapter7/search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,4 +560,4 @@ concerns.
560560
[6]: http://api.androidhive.info/json/movies.json
561561
[7]: https://docs.microsoft.com/en-us/rest/api/searchservice/odata-expression-syntax-for-azure-search
562562
[8]: https://docs.microsoft.com/en-us/rest/api/searchservice/lucene-query-syntax-in-azure-search
563-
[9]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/tree/master/Chapter7
563+
[9]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/tree/main/Chapter7

docs/chapter8/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ Your beta testers will now get an email telling them there is a new app availabl
831831
[4]: https://en.wikipedia.org/wiki/Test-driven_development
832832
[5]: https://github.com/dariusz-wozniak/List-of-Testing-Tools-and-Frameworks-for-.NET/blob/master/README.md
833833
[6]: https://docs.microsoft.com/en-us/visualstudio/test/walkthrough-creating-and-running-unit-tests-for-managed-code
834-
[7]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/tree/master/Chapter8
834+
[7]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/tree/main/Chapter8
835835
[8]: ../chapter1/firstapp_pc.md
836836
[9]: https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingProfiles/MaintainingProfiles.html#//apple_ref/doc/uid/TP40012582-CH30-SW10
837837
[10]: https://developer.xamarin.com/guides/testcloud/testrecorder/

docs/chapter9/appsvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ I also recommend linking a Continuous Deployment stream to the staging slot, rat
7878

7979
The service will download the latest source code from the specified branch, build the server and deploy it. You can check the status of the deployment through **Deployment options** on the staging slot as well.
8080

81-
As a best practice, create a new branch (I call my branch "azure") and deploy that branch. When you wish to update the deployed server, merge from the master branch to the azure branch and then push to the remote repository. This will then be picked up by your App Service and the new service will be deployed.
81+
As a best practice, create a new branch (I call my branch "azure") and deploy that branch. When you wish to update the deployed server, merge from the main branch to the azure branch and then push to the remote repository. This will then be picked up by your App Service and the new service will be deployed.
8282

8383
By combining continuous deployment with slots, you can have control over the deployment to staging and control the production deployment easily. This is a powerful "DevOps" combination of features.
8484

docs/chapter9/arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ The Azure App Service is
302302
},
303303
"deploymentRepoBranch": {
304304
"type": "string",
305-
"defaultValue": "master"
305+
"defaultValue": "main"
306306
}
307307
},
308308
"variables": {

docs/chapter9/monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,4 @@ Now go and make awesome mobile apps!
216216
[4]: https://docs.microsoft.com/en-us/azure/application-insights/app-insights-api-custom-events-metrics
217217
[5]: https://docs.microsoft.com/en-us/azure/application-insights/app-insights-api-filtering-sampling
218218
[6]: https://docs.microsoft.com/en-us/azure/application-insights/app-insights-scom
219-
[7]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/tree/master/Chapter8/Backend
219+
[7]: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure/tree/main/Chapter8/Backend

0 commit comments

Comments
 (0)