docs(turbopack): Copy over turbopack-trace-server docs#91111
Merged
Conversation
Member
Author
Collaborator
|
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
…cheme, causing it to be treated as a relative path instead of a clickable hyperlink. This commit fixes the issue reported at contributing/turbopack/tracing.md:66 **Bug:** On line 66 of `contributing/turbopack/tracing.md`, the markdown reference link definition `[youtube-tutorial]: www.youtube.com/watch?v=PGO2szAye7A` is missing the `https://` protocol prefix. This reference link is used on line 34 as `[is available here][youtube-tutorial]`. Without the scheme, markdown renderers (including GitHub's) treat the URL as a relative path rather than an absolute URL, so clicking it would navigate to an invalid relative path like `contributing/turbopack/www.youtube.com/watch?v=PGO2szAye7A` instead of the intended YouTube video. **Fix:** Added the `https://` prefix to make the URL `https://www.youtube.com/watch?v=PGO2szAye7A`, which is the standard format for an absolute URL that markdown renderers will correctly resolve as a clickable external hyperlink. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com> Co-authored-by: bgw <[email protected]>
…ing.md` resolves to a non-existent path `contributing/contributing/core/developing.md`. This commit fixes the issue reported at contributing/turbopack/tracing.md:27 **Bug:** The file `contributing/turbopack/tracing.md` contains a markdown reference link definition at line 27: `[Developing]: ../contributing/core/developing.md`. Since the file is located at `contributing/turbopack/tracing.md`, the `..` navigates up to `contributing/`, and then `contributing/core/developing.md` is appended, resulting in the resolved path `contributing/contributing/core/developing.md`. This path does not exist (confirmed via glob search), so the link is broken. The actual target file exists at `contributing/core/developing.md` (confirmed via glob search). **Fix:** Changed the relative link from `../contributing/core/developing.md` to `../core/developing.md`. From `contributing/turbopack/`, `..` goes up to `contributing/`, and `core/developing.md` correctly resolves to `contributing/core/developing.md`. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com> Co-authored-by: bgw <[email protected]>
icyJoseph
reviewed
Mar 9, 2026
icyJoseph
approved these changes
Mar 9, 2026
This was referenced Mar 10, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Rendered: https://github.com/vercel/next.js/blob/dd1cc6fba3cff5fbc38dac3ff4426b481bfcbcb5/contributing/turbopack/tracing.md
This is the content from https://turbopack-rust-docs.vercel.sh/tracing_turbopack.html with some minor updates:
--releasebeing importantpnpm next internal trace.next/trace.logto.next/trace-turbopack