Skip to content

Commit df7f5a5

Browse files
Fix bad links
1 parent 771c8f4 commit df7f5a5

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

articles/getting_to_know/howto/HowTo_AutomaticRotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you leave [SupportedOrientations](xref:Microsoft.Xna.Framework.GraphicsDevice
2626

2727
### Concepts
2828

29-
- [What Is a Back Buffer?](WhatIs_BackBuffer.md)
29+
- [What Is a Back Buffer?](../whatis/graphics/WhatIs_BackBuffer.md)
3030

3131
### Reference
3232

articles/getting_to_know/howto/HowTo_MobileBestPractices.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,3 @@ If you implement automatic game saving, check for an automatically saved state w
8080

8181
- [Creating a your first MonoGame Game](https://monogame.net/articles/getting_started/index.html)
8282
- [Setting Aspect ratios for your game](graphics/HowTo_AspectRatio.md)
83-
- [Saving data using MonoGame](HowTo_SaveData.md)

articles/getting_to_know/howto/HowTo_PlayerResize.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ On Desktop, it is normally possible for the user to change how the game window i
3939

4040
### Concepts
4141

42-
- [What Is 3D Rendering?](../../whatis/graphics/WhatIs_3DRendering.md)
43-
- [What Is a Back Buffer?](../../whatis/graphics/WhatIs_BackBuffer.md)
44-
- [What Is a Viewport?](../../whatis/graphics/WhatIs_Viewport.md)
42+
- [What Is 3D Rendering?](../whatis/graphics/WhatIs_3DRendering.md)
43+
- [What Is a Back Buffer?](../whatis/graphics/WhatIs_BackBuffer.md)
44+
- [What Is a Viewport?](../whatis/graphics/WhatIs_Viewport.md)
4545

4646
### Reference
4747

0 commit comments

Comments
 (0)