Skip to content

Commit 0f6dfac

Browse files
Links patch
1 parent a5817e6 commit 0f6dfac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

articles/tutorials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ description: Tutorials provided by MonoGame community members.
4848
<div class="col-12 col-lg-4 mb-5">
4949
<div class="mg-card mg-box-shadow h-100">
5050
<a target="_self"
51-
href="/articles/tutorials/advanced/2d_shaders/index.md"
51+
href="/articles/tutorials/advanced/2d_shaders/"
5252
class="mg-no-link">
5353
<div class="mg-card-body d-flex flex-column h-100">
5454
<div class="mg-card-title"><i class="bi bi-shadows"></i> Advanced 2D Shaders</div>

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ description: MonoGame Documentation Hub
1313
<div id="learnCarousel" class="carousel slide mb-6" data-bs-ride="carousel">
1414
<div class="carousel-indicators">
1515
<button type="button" data-bs-target="#learnCarousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="2D Tutorial Slide"></button>
16+
<button type="button" data-bs-target="#learnCarousel" data-bs-slide-to="1" class="active" aria-current="true" aria-label="2D Advanced Shaders Tutorial Slide"></button>
1617
<!-- <button type="button" data-bs-target="#learnCarousel" data-bs-slide-to="1" aria-label="Slide 2"></button> -->
1718
<!-- <button type="button" data-bs-target="#learnCarousel" data-bs-slide-to="2" aria-label="Slide 3"></button> -->
1819
</div>

0 commit comments

Comments
 (0)