Skip to content

Conversation

@promptless
Copy link
Contributor

@promptless promptless bot commented Feb 4, 2026

Open this suggestion in Promptless to view citations and reasoning process

Fixes the "Quick Setup" card link in the "Next Steps" section of the welcome page. The link was pointing to /docs/getting-started (a directory) instead of the actual quickstart page at /docs/getting-started/setup-quickstart.

Trigger Events

Internal discussion about a dead link on the documentation site where the quick setup card is pointing to the wrong URL.

Agent Response

I've fixed the broken link you reported. The "Quick Setup" card in the "Next Steps" section of the welcome page was pointing to /docs/getting-started (a directory) instead of the actual quickstart page at /docs/getting-started/setup-quickstart.

Suggestion created: Fix broken Quick Setup card link on welcome page

This is a one-line fix that updates the href in the Card component to point to the correct destination. Ready for your review!


Help us improve Promptless — If this suggestion missed the mark, please share quick feedback.

If you want Promptless to make further changes on this PR, feel free to leave a comment tagging Promptless (It won't show up in the user drop down but Promptless will get it!)


<CardGroup cols={3}>
<Card title="Quick Setup" icon="fa-regular fa-rocket" href="/docs/getting-started">
<Card title="Quick Setup" icon="fa-regular fa-rocket" href="/docs/getting-started/setup-quickstart">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Isaiah reported this broken link - the Quick Setup card was pointing to /docs/getting-started instead of /docs/getting-started/setup-quickstart
View source

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

@InlinePizza InlinePizza merged commit f54e18d into main Feb 4, 2026
2 checks passed
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