Skip to content

Fix broken link in CM kit mounting page#1

Open
tehranian wants to merge 1 commit intoaqualinkd:mainfrom
tehranian:fix/cm-mounting-broken-link
Open

Fix broken link in CM kit mounting page#1
tehranian wants to merge 1 commit intoaqualinkd:mainfrom
tehranian:fix/cm-mounting-broken-link

Conversation

@tehranian
Copy link

Summary

  • Fixes a 404 on the CM kit mounting instructions page (docs/CM-kit-mounting.html)
  • The "as shown here" link to the panel connection guide used href="docs/aqualinkd-kit-panelconnection.html", which resolved to /docs/docs/... since the page is already under /docs/
  • Changed to href="aqualinkd-kit-panelconnection.html" to match the other working links on the same page

Future improvement suggestion

Consider adding automated broken link checking via a GitHub Action such as lychee. A simple workflow on push/PR would catch issues like this before they go live. Happy to set that up if desired.

Test plan

  • Navigate to the CM kit mounting page and click the "as shown here" link in step 1 of the install instructions
  • Verify it now loads the panel connection page instead of a 404

🤖 Generated with Claude Code

The panel connection link used a relative path "docs/aqualinkd-kit-panelconnection.html"
which resolved to /docs/docs/... (404). Removed the extra "docs/" prefix to match
the pattern used by the other links on the same page.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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