Skip to content

Commit c190322

Browse files
committed
Fix documentation link
1 parent a2540ce commit c190322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Unlike the other decorator, this one uses `weakref`, so it doesn't interfere wit
7171

7272
Methods are documented with reStructuredText inside docstrings. This looks a little like markdown, but it's different, so take care and look at other docstrings for examples.
7373

74-
Documentation is automatically generated and ends up at [Read the Docs](https://hypothesis.readthedocs.io/en/latest/).
74+
Documentation is automatically generated and ends up at [Read the Docs](https://python-nnf.readthedocs.io/en/latest/).
7575

7676
To build the documentation locally, run `make html` inside the `docs/` directory. This generates a manual in `docs/_build/html/`.
7777

0 commit comments

Comments
 (0)