Skip to content

Fix validators link 404 on home page#372

Open
rasca wants to merge 1 commit intomainfrom
fix-links
Open

Fix validators link 404 on home page#372
rasca wants to merge 1 commit intomainfrom
fix-links

Conversation

@rasca
Copy link
Collaborator

@rasca rasca commented Mar 21, 2026

Summary

  • The "For Validators" card on the home page linked to /validators, which has no index page and returns a 404
  • Updated the link to point to /validators/setup-guide, the first page in the validators section

Test plan

  • Visit the home page and click "For Validators" — should navigate to the Setup Guide page without a 404

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Improvements
    • Updated the "For Validators" card navigation to direct users to the setup guide page instead of the main validators section, providing a more direct path to onboarding resources.

The /validators route has no index page, causing a 404. Point directly
to /validators/setup-guide instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@netlify
Copy link

netlify bot commented Mar 21, 2026

Deploy Preview for genlayer-docs ready!

Name Link
🔨 Latest commit c654bbd
🔍 Latest deploy log https://app.netlify.com/projects/genlayer-docs/deploys/69bee15d8883be0008847abf
😎 Deploy Preview https://deploy-preview-372--genlayer-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 21, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c75ebc81-8129-4395-8c97-b3d9fb94e320

📥 Commits

Reviewing files that changed from the base of the PR and between c074800 and c654bbd.

📒 Files selected for processing (1)
  • pages/index.mdx

📝 Walkthrough

Walkthrough

The "For Validators" card link on the index page was updated to point to the setup guide subpath instead of the root validators path, guiding users to more specific onboarding documentation.

Changes

Cohort / File(s) Summary
Navigation Link Update
pages/index.mdx
Changed CustomCard link destination for "For Validators" from /validators to /validators/setup-guide.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A link was changed, oh what a sight!
From /validators to setup's light,
Now hoppers find their guided way,
With clearer paths throughout the day! 🎯✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: fixing a broken link on the home page that resulted in a 404 error for the validators section.
Description check ✅ Passed The description provides a clear summary of the issue and the fix, along with a test plan. However, it does not follow the Conventional Commits format specified in the template (e.g., 'fix(validators): ...').
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-links

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

CodeRabbit can generate a title for your PR based on the changes.

Add @coderabbitai placeholder anywhere in the title of your PR and CodeRabbit will replace it with a title based on the changes in the PR. You can change the placeholder by changing the reviews.auto_title_placeholder setting.

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