Skip to content

Commit 2cb37a7

Browse files
committed
docs: Fix link to API tests file
1 parent 1796272 commit 2cb37a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/users/recommendations/public-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ Obviously, your public API should be documented. Each object should have a docst
388388

389389
If you already follow some of these recommendations, or if you decide to start following them, it might be a good idea to make sure that these recommendations keep being followed as your code base evolves. The intent of these recommendations, or "rules", can be captured in tests relatively easily thanks to Griffe.
390390

391-
We invite you to check out our own test file: [`test_internals.py`](https://github.com/mkdocstrings/griffe/blob/main/tests/test_internals.py). This test module asserts several things:
391+
We invite you to check out our own test file: [`test_api.py`](https://github.com/mkdocstrings/griffe/blob/main/tests/test_api.py). This test module asserts several things:
392392

393393
- all public objects are exposed in the top-level `griffe` module
394394
- all public objects have unique names

0 commit comments

Comments
 (0)