Skip to content

Commit 1f778d1

Browse files
Kristopher Turnerclaude
andcommitted
fix(nav): correct S2D Cartographer link casing in solutions menu
Repo is azurelocal-s2d-cartographer (lowercase) — the nav href had azurelocal-S2DCartographer which produced a 404 on GitHub Pages. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c89c7a5 commit 1f778d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const config = {
160160
},
161161
{
162162
label: 'S2D Cartographer',
163-
href: 'https://azurelocal.github.io/azurelocal-S2DCartographer/',
163+
href: 'https://azurelocal.github.io/azurelocal-s2d-cartographer/',
164164
},
165165
{
166166
label: 'Azure Local Copilot',

0 commit comments

Comments
 (0)