fix(docs): repair Internals → Components link (404 → valid path)
🧩 Summary Fixes the broken "Components" link on the Internals → Overview page.
Old: ./components → 404 New: ./architecture/components → valid Keeps consistency with other relative links (./security, ./service-tokens).
🔍 Rationale The Components page actually resides under internals/architecture/components. This update corrects the Overview link to match the current documentation structure.
🧪 Verification Checked old URL → 404 ❌ Checked new URL → loads Components page ✅ Relative path syntax verified for Mintlify docs.
🧱 Type of Change 📝 Docs fix (non-breaking)
🔗 Related Issue Closes https://github.com/Infisical/infisical/issues/4660
:white_check_mark: Snyk checks have passed. No issues have been found so far.
| Status | Scanner | Total (0) | ||||
|---|---|---|---|---|---|---|
| :white_check_mark: | Open Source Security | 0 | 0 | 0 | 0 | 0 issues |
:computer: Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.
✅ Fixed the broken link under Internals → Overview → Components. The “Components” link was pointing to an outdated path and resulted in a 404.
Summary of Fix:
Updated the Components link to the correct /docs/internals/components path
Verified locally using Mintlify — link now resolves correctly
🧠 Context: Improves internal docs navigation and avoids dead link errors.
Ready for review and merge. 🙌