Skip to content

Fix broken documentation links in getting-started.md#25

Merged
leah-restad merged 1 commit into
microsoft:mainfrom
STarsolia:starsolia/fix/getting-started-links
May 27, 2026
Merged

Fix broken documentation links in getting-started.md#25
leah-restad merged 1 commit into
microsoft:mainfrom
STarsolia:starsolia/fix/getting-started-links

Conversation

@STarsolia
Copy link
Copy Markdown
Contributor

Fixes Issue #22

The "How to Use" table and "Next Steps" section in docs/getting-started.md contain 11 broken relative links. All links incorrectly use ../ which
navigates one level above the docs/ directory, but the target pages (dotnet-api/, nodejs-api/, faq) are siblings within docs/.

Changes:

  • Removed the extra ../ prefix from all 11 relative links
  • Ensured directory paths (with index.md) end with /
  • Ensured single-file paths don't include .md/.html extensions or trailing /

@leah-restad leah-restad merged commit 3628894 into microsoft:main May 27, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants