Skip to content

Commit 4206080

Browse files
authored
Fix link to docs in index.md (#57354)
1 parent 0b74d17 commit 4206080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Test/docs/src/index.md

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

2929
Simple unit testing can be performed with the `@test` and `@test_throws` macros:
3030

0 commit comments

Comments
 (0)