@@ -19,28 +19,28 @@ title: Home
1919 <div class="feature-icon">🔐</div>
2020 <h3 class="feature-title">Authentication & Configuration</h3>
2121 <p class="feature-description">Flexible authentication with API keys, config files, environment variables, and macOS Keychain integration.</p>
22- <a href="{{ '/auth.html ' | relative_url }}" class="btn btn-outline">Learn more</a>
22+ <a href="{{ '/auth/ ' | relative_url }}" class="btn btn-outline">Learn more</a>
2323 </div >
2424
2525 <div class =" card feature " >
2626 <div class="feature-icon">☁️</div>
2727 <h3 class="feature-title">Atlas Commands</h3>
2828 <p class="feature-description">Manage MongoDB Atlas projects, clusters, users, and networking with intuitive commands.</p>
29- <a href="{{ '/atlas.html ' | relative_url }}" class="btn btn-outline">Learn more</a>
29+ <a href="{{ '/atlas/ ' | relative_url }}" class="btn btn-outline">Learn more</a>
3030 </div >
3131
3232 <div class =" card feature " >
3333 <div class="feature-icon">🗄️</div>
3434 <h3 class="feature-title">Database Commands</h3>
3535 <p class="feature-description">Work directly with MongoDB databases, collections, and indexes through Atlas or direct connections.</p>
36- <a href="{{ '/database.html ' | relative_url }}" class="btn btn-outline">Learn more</a>
36+ <a href="{{ '/database/ ' | relative_url }}" class="btn btn-outline">Learn more</a>
3737 </div >
3838
3939 <div class =" card feature " >
4040 <div class="feature-icon">🏗️</div>
4141 <h3 class="feature-title">Infrastructure Workflows</h3>
4242 <p class="feature-description">Terraform-inspired infrastructure-as-code workflows: discover, plan, diff, apply, destroy.</p>
43- <a href="{{ '/infra.html ' | relative_url }}" class="btn btn-outline">Learn more</a>
43+ <a href="{{ '/infra/ ' | relative_url }}" class="btn btn-outline">Learn more</a>
4444 </div >
4545</div >
4646
0 commit comments