diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa5574..0494555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,5 +10,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [v0.1.0] -Initial release of the `cfdpy` library which was split off the +Initial release of the `cfdp-py` library which was split off the [tmtccmd library](https://github.com/robamu-org/tmtccmd). diff --git a/README.md b/README.md index 8caa906..7fbbe08 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ py -m pip install cfdppy # Examples -You can find all examples [inside the documentation](https://pycfdp.readthedocs.io/en/latest/examples.html) and the `examples` directory of this repository. +You can find all examples [inside the documentation](https://cfdp-py.readthedocs.io/en/latest/examples.html) and the `examples` directory of this repository. # Tests