Description
In QUICKSTART.md, under the "🆘 Stuck?" section, there is a reference and link to FAQ.md for common questions. However, FAQ.md does not actually exist in the repository root, which results in a broken local relative link.
Location of the Issue
- File:
QUICKSTART.md (Line 85)
- Code snippet:
→ See [FAQ.md](FAQ.md) for common question
Proposed Fix
Since FAQ.md does not exist in the repository, we should remove this line to clean up the quick start guide and prevent confusion for new contributors.
(Note to Maintainer: Please label this as level 1 and NSoC'26)
Description
In
QUICKSTART.md, under the "🆘 Stuck?" section, there is a reference and link toFAQ.mdfor common questions. However,FAQ.mddoes not actually exist in the repository root, which results in a broken local relative link.Location of the Issue
QUICKSTART.md(Line 85)Proposed Fix
Since FAQ.md does not exist in the repository, we should remove this line to clean up the quick start guide and prevent confusion for new contributors.
(Note to Maintainer: Please label this as level 1 and NSoC'26)