Skip to content

Commit

Permalink
Make doc links absolute for correct access via PyPI (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminPelletier authored Oct 17, 2022
1 parent 45dd43f commit 175d223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ data: MyData = ImplicitDict.parse({'foo': 'asdf', 'bar': 1}, MyData)
assert json.dumps(data) == '{"foo": "asdf", "bar": 1}'
```

See [class documentation for `ImplicitDict`](src/implicitdict/__init__.py) and [test_normal_usage.py](tests/test_normal_usage.py) for more information.
See [class documentation for `ImplicitDict`](https://github.com/interuss/implicitdict/blob/main/src/implicitdict/__init__.py) and [test_normal_usage.py](https://github.com/interuss/implicitdict/blob/main/tests/test_normal_usage.py) for more information.

0 comments on commit 175d223

Please sign in to comment.