Skip to content

docs: fix homepage test pages link#717

Merged
gioboa merged 1 commit into
QwikDev:mainfrom
Lovlace777:lovelace/fix-tests-doc-link
May 27, 2026
Merged

docs: fix homepage test pages link#717
gioboa merged 1 commit into
QwikDev:mainfrom
Lovlace777:lovelace/fix-tests-doc-link

Conversation

@Lovlace777

Copy link
Copy Markdown
Contributor

Summary

  • Fixes the homepage link reported in [🐞] Website: broken link #716 by replacing the broken /tests/ docs link with the repository's tests directory.
  • Updates the sentence so it no longer describes the removed public route as live demos.
  • Adds an empty changeset for the docs-only change.

Validation

  • curl.exe -L -I https://partytown.qwik.dev/tests/ returned 404 Not Found, confirming the reported broken route.
  • curl.exe -L -I https://github.com/QwikDev/partytown/tree/main/tests returned 200 OK.
  • Select-String -Path docs\src\routes\index.mdx -Pattern '\](/tests/)' returned no matches.
  • git diff --check passed with line-ending warnings only from the Windows checkout.
  • git diff --cached --check passed before commit.
  • npx --yes prettier@3.6.2 --check .changeset/fix-tests-doc-link.md passed.

Notes

  • Fixes [🐞] Website: broken link #716.
  • No runtime behavior changes.
  • Full docs build was not run locally because this checkout was narrowed with sparse checkout after repeated GitHub HTTPS clone interruptions; the change is limited to one docs link and its changeset.
  • npx --yes prettier@3.6.2 --check docs/src/routes/index.mdx .changeset/fix-tests-doc-link.md would reformat pre-existing HTML anchor wrapping in the page, so I kept the diff limited to the broken link fix.

@changeset-bot

changeset-bot Bot commented May 27, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: abc39fb

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@gioboa gioboa left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks for your help @Lovlace777

@gioboa gioboa merged commit ecdcbc3 into QwikDev:main May 27, 2026
6 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.

[🐞] Website: broken link

2 participants