Skip to content

Commit 78c5383

Browse files
authored
Fix broken link to Pkg tests
This link is broken as of JuliaLang/Pkg.jl#3690 and JuliaLang/julia#52102
1 parent 9ce9b6d commit 78c5383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The `Test` module provides simple *unit testing* functionality. Unit testing is
2020
see if your code is correct by checking that the results are what you expect. It can be helpful
2121
to ensure your code still works after you make changes, and can be used when developing as a way
2222
of specifying the behaviors your code should have when complete. You may also want to look at the
23-
documentation for [adding tests to your Julia Package](https://pkgdocs.julialang.org/dev/creating-packages/#Adding-tests-to-the-package).
23+
documentation for [adding tests to your Julia Package]([https://pkgdocs.julialang.org/dev/creating-packages/#Adding-tests-to-the-package](https://docs.julialang.org/en/v1.11-dev/tutorials/creating-packages/#adding-tests-to-packages)).
2424

2525
Simple unit testing can be performed with the `@test` and `@test_throws` macros:
2626

0 commit comments

Comments
 (0)