infisical icon indicating copy to clipboard operation
infisical copied to clipboard

fix(docs): repair Internals → Components link (404 → valid path)

Open Hritwik001 opened this issue 2 months ago • 2 comments

🧩 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

Hritwik001 avatar Oct 20 '25 09:10 Hritwik001

:white_check_mark: Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low 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.

maidul98 avatar Oct 20 '25 09:10 maidul98

✅ 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. 🙌

Hritwik001 avatar Oct 20 '25 09:10 Hritwik001