Skip to content

Commit

Permalink
README: fix issues with links for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
trinamic-bp committed Jul 21, 2022
1 parent 54d88fc commit df027d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ pip install pytrinamic

Please have a look at the [code examples on GitHub](https://github.com/trinamic/PyTrinamic/tree/feature_feature_hierarchy_v2/examples).

## Migration Guide
## Migration Guide<a id="migration-guide"></a>

Version 0.2.0 of PyTrinamic introduces several changes to the API. For those who want to convert code that uses an older version of PyTrinamic, we wrote a short [migration guide](docs/migration_guide.md).
Version 0.2.0 of PyTrinamic introduces several changes to the API. For those who want to convert code that uses an older version of PyTrinamic, we wrote a short [migration guide](https://github.com/trinamic/PyTrinamic/blob/master/docs/migration_guide.md).

All previous versions of PyTrinamic will still be available on PyPI and can be installed via: `pip install pytrinamic==0.1.27`.

Expand Down

0 comments on commit df027d2

Please sign in to comment.