Skip to content

Commit 234d492

Browse files
lkdvosclaude
andcommitted
docs: fix the Pkg workspace link in the test README
`pkgdocs.julialang.org/dev/workspaces/` is a 404 -- workspaces have no page of their own, they are a section of the `Project.toml` reference. Point at `v1/toml-files/#Workspaces` instead: the anchor resolves to "The `[workspace]` section", and the versioned channel will not move the way the `dev` docs did. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent a82a76f commit 234d492

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tests are driven by [ParallelTestRunner.jl](https://github.com/JuliaTesting/Para
44
Every `.jl` file under `test/` is auto-discovered and executed in its own worker process, so test
55
files share no state and must be self-contained.
66

7-
The test environment is a [Pkg workspace](https://pkgdocs.julialang.org/dev/workspaces/) member:
7+
The test environment is a [Pkg workspace](https://pkgdocs.julialang.org/v1/toml-files/#Workspaces) member:
88
`test/Project.toml` declares the test dependencies and resolves the parent package through
99
`[sources]`, while the whole workspace shares a single `Manifest.toml` at the repository root.
1010

0 commit comments

Comments
 (0)