Skip to content

Commit 57ec895

Browse files
committed
fix(navigation): update internal link paths for framework and insights
Updated the navigation links for "Framework" and "Insights" to use internal anchor links (#outcomes and #chapters) instead of external paths. This ensures the links work correctly within the single-page application structure.
1 parent af50bdb commit 57ec895

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
</a>
2121
<div class="nav-links">
2222
<a href="#vision">Vision</a>
23-
<a href="/framework.html">Framework</a>
24-
<a href="/decisions.html">Insights</a>
23+
<a href="#outcomes">Framework</a>
24+
<a href="#chapters">Insights</a>
2525
<a class="nav-cta" href="/assets.html">Download PDF</a>
2626
</div>
2727
</nav>

0 commit comments

Comments
 (0)