Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
update duplicate urlFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev committed Aug 1, 2019
1 parent 6a58a19 commit 4f13e13
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ModelRenderingMG/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion ModelsAndVertsMG/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion SharingCode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
[Unified (64-bit) types on iOS](https://docs.microsoft.com/xamarin/cross-platform/macios/native-types-cross-platform)
2 changes: 1 addition & 1 deletion VisualBasic/TaskyVB/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ languages:
- vb
products:
- xamarin
urlFragment: liveplayer-xamagonxuzzlelp
urlFragment: visualbasic-taskyvb
---
# TaskyVB (using .NET Standard)

Expand Down
2 changes: 1 addition & 1 deletion VisualBasic/XamarinFormsVB/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ languages:
- vb
products:
- xamarin
urlFragment: liveplayer-xamagonxuzzlelp
urlFragment: visualbasic-xamarinformsvb
---
# Xamarin.Forms with Visual Basic

Expand Down
2 changes: 1 addition & 1 deletion WalkingGameMG/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4f13e13

Please sign in to comment.