Skip to content

Fix Learn quick reference table links#112

Open
pranshurastogi wants to merge 2 commits intolayer-3:masterfrom
pranshurastogi:master
Open

Fix Learn quick reference table links#112
pranshurastogi wants to merge 2 commits intolayer-3:masterfrom
pranshurastogi:master

Conversation

@pranshurastogi
Copy link

Problem

Links in the Quick Reference table on the Learn page (/docs/learn#quick-reference) were broken and led to "page not found." They pointed to /docs/introduction/... and /docs/getting-started/... instead of /docs/learn/introduction/... and /docs/learn/getting-started/....

Cause

The table used relative URL paths without the .mdx extension. Docusaurus treats those as URL paths and leaves them as-is, so the browser resolved them from /docs/learn and dropped the learn segment.

Change

Updated all nine topic links in the Quick Reference table to use file paths with the .mdx extension (e.g. ./introduction/what-yellow-solves.mdx). Docusaurus now resolves them as doc file paths and generates the correct /docs/learn/... URLs.

Files changed

  • docs/learn/index.mdx — Quick Reference table links

Result

All Quick Reference links now open the correct Learn docs:

  • What Yellow Solves
  • Architecture at a Glance
  • Quickstart
  • Key Terms
  • State Channels vs L1/L2
  • App Sessions
  • Session Keys
  • Challenge-Response
  • Message Envelope

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.

1 participant