diff --git a/ModelRenderingMG/README.md b/ModelRenderingMG/README.md index b12d6e6b9..a52f466d9 100644 --- a/ModelRenderingMG/README.md +++ b/ModelRenderingMG/README.md @@ -13,7 +13,7 @@ urlFragment: modelrenderingmg --- # Drawing Models in MonoGame -This is a small demo game using MonoGame for iOS and Android, using a shared code project. It is the result of working through the the article on adding 3D models to a MonoGame project. +This is a small demo game using MonoGame for iOS and Android, using a shared code project. It is the result of working through the the article on [adding 3D models to a MonoGame project](https://docs.microsoft.com/xamarin/graphics-games/monogame/3d/part1). It is built against MonoGame 3.3. diff --git a/ModelsAndVertsMG/README.md b/ModelsAndVertsMG/README.md index a15e2f76c..307f754ad 100644 --- a/ModelsAndVertsMG/README.md +++ b/ModelsAndVertsMG/README.md @@ -13,7 +13,7 @@ urlFragment: modelsandvertsmg --- # Drawing with Vertices in MonoGame -This is a small demo game using MonoGame for iOS and Android, using a shared code project. It is the result of working through the the article on working with vertices in a MonoGame project. +This is a small demo game using MonoGame for iOS and Android, using a shared code project. It is the result of working through the the article on [working with vertices in a MonoGame project](https://docs.microsoft.com/xamarin/graphics-games/monogame/3d/part2). It is built against MonoGame 3.3. diff --git a/SharingCode/README.md b/SharingCode/README.md index a9e983535..ffb054e15 100644 --- a/SharingCode/README.md +++ b/SharingCode/README.md @@ -11,4 +11,4 @@ urlFragment: sharingcode # Sharing Code Example of sharing code across iOS and Android while using the -[Unified (64-bit) types on iOS](https://docs.microsoft.com/xamarin/cross-platform/macios/native-types-cross-platform) \ No newline at end of file +[Unified (64-bit) types on iOS](https://docs.microsoft.com/xamarin/cross-platform/macios/native-types-cross-platform) diff --git a/VisualBasic/TaskyVB/README.md b/VisualBasic/TaskyVB/README.md index 12fc9a77e..b8d74bc42 100644 --- a/VisualBasic/TaskyVB/README.md +++ b/VisualBasic/TaskyVB/README.md @@ -6,7 +6,7 @@ languages: - vb products: - xamarin -urlFragment: liveplayer-xamagonxuzzlelp +urlFragment: visualbasic-taskyvb --- # TaskyVB (using .NET Standard) diff --git a/VisualBasic/XamarinFormsVB/README.md b/VisualBasic/XamarinFormsVB/README.md index 241ab38e7..ccde3774e 100644 --- a/VisualBasic/XamarinFormsVB/README.md +++ b/VisualBasic/XamarinFormsVB/README.md @@ -6,7 +6,7 @@ languages: - vb products: - xamarin -urlFragment: liveplayer-xamagonxuzzlelp +urlFragment: visualbasic-xamarinformsvb --- # Xamarin.Forms with Visual Basic diff --git a/WalkingGameMG/README.md b/WalkingGameMG/README.md index c096b58c5..0a4a38662 100644 --- a/WalkingGameMG/README.md +++ b/WalkingGameMG/README.md @@ -13,7 +13,7 @@ urlFragment: walkinggamemg --- # MonoGame WalkingGame Project for iOS and Android -This is a small demo game using MonoGame for iOS and Android, using a shared code project. It is the result of working through the the entire Introduction to Monogame walkthrough. +This is a small demo game using MonoGame for iOS and Android, using a shared code project. It is the result of working through the the entire [Introduction to Monogame walkthrough](https://docs.microsoft.com/xamarin/graphics-games/monogame/introduction/). The demo can be played by touching the screen to move the character around the screen.