test: Example PR that fails the link check (do not merge) - #1964
marcleblanc2 wants to merge 1 commit into
Conversation
Adds an absolute link to a moved page on this site, a link to a heading that does not exist, and a dead external link. Amp-Thread-ID: https://ampcode.com/threads/T-01a0a6dc-7fb8-766d-8e8d-c2fda22ee1ce Co-authored-by: Amp <amp@ampcode.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
❌ This PR introduces 3 broken link(s)OutboundYour PR includes links to pages or anchors that do not exist.
Absolute linksWrite links on this site as relative paths (
Reproduce locally with Adding a redirect in |
|
|
||
| By default, docker on mac will build docker images for `linux/arm64`, which will result in errors when running server-side because executors provide `linux/amd64` hosts. If you're creating your own images to run in batch changes, this can be a problem. Use the `--platform linux/amd64` flag with `docker build` to build images compatible with the server-side host. | ||
|
|
||
| See [deploying executors](https://sourcegraph.com/docs/admin/executors/deploy_executors), the [Docker image settings](/batch-changes/server-side#docker-image-settings), and the [executor image list](https://github.com/sourcegraph/sourcegraph/blob/main/executor-images.md) for details. |
There was a problem hiding this comment.
Link: https://sourcegraph.com/docs/admin/executors/deploy_executors
Problem: Absolute link to a moved page
Fix: /self-hosted/executors
| See [deploying executors](https://sourcegraph.com/docs/admin/executors/deploy_executors), the [Docker image settings](/batch-changes/server-side#docker-image-settings), and the [executor image list](https://github.com/sourcegraph/sourcegraph/blob/main/executor-images.md) for details. | |
| See [deploying executors](/self-hosted/executors), the [Docker image settings](/batch-changes/server-side#docker-image-settings), and the [executor image list](https://github.com/sourcegraph/sourcegraph/blob/main/executor-images.md) for details. |
|
Direct preview links to pages changed in this PR: |
Example for the docs-maintainer announcement: one PR, one failing check. Do not merge.
Adds one sentence to
docs/batch-changes/server-side.mdxwith three bad links: an absolute link to a moved page on this site (the check suggests the relative path), a link to a heading that does not exist, and an external link that returns 404. No missing-page link on purpose, so the Vercel build still passes and only the Check links workflow fails.Siblings: #1963 spell check and #1965 redirect check. Replaces the all-in-one #1948 for the announcement.