Skip to content

Commit 96c0ec0

Browse files
Retry tutorial links
1 parent 92654f7 commit 96c0ec0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/tutorials/building_2d_games/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,7 @@ To the many developers of games, such as [Celeste](https://store.steampowered.co
119119
Finally, I would like to thank all the creators and contributors to open-source libraries and tools for MonoGame, including the the creators of [Gum](https://docs.flatredball.com/gum/code/monogame), [Nez](https://github.com/prime31/Nez), and [MonoGame.Extended](https://github.com/craftworkgames/MonoGame.Extended) and the many other libraries that have helped make game development in MonoGame more accessible.
120120

121121
This documentation stands on the shoulders of a vibrant community that continues to share knowledge, and it is my hope that these tutorials will contribute meaningfully to that ongoing exchange.
122+
123+
## Get Started
124+
125+
- [Chapter 1 - What is MonoGame](./01_what_is_monogame/index.md)

articles/tutorials/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: Tutorials provided by MonoGame community members.
1313
<div class="col-12 col-lg-4 mb-5">
1414
<div class="mg-card mg-box-shadow h-100">
1515
<a target="_self"
16-
href="/tutorials/building_2d_games"
16+
href="/articles/tutorials/building_2d_games/"
1717
class="mg-no-link">
1818
<div class="mg-card-body d-flex flex-column h-100">
1919
<div class="mg-card-title"><i class="bi bi-files"></i> 2D Getting started tutorial</div>
@@ -28,7 +28,7 @@ description: Tutorials provided by MonoGame community members.
2828
<div class="col-12 col-lg-4 mb-5">
2929
<div class="mg-card mg-box-shadow h-100">
3030
<a target="_self"
31-
href="/tutorials/"
31+
href="/articles/tutorials/"
3232
class="mg-no-link">
3333
<div class="mg-card-body d-flex flex-column h-100">
3434
<div class="mg-card-title"><i class="bi bi-filetype-cs"></i> 3D Getting started - coming soon</div>

0 commit comments

Comments
 (0)