Skip to content

Commit

Permalink
Merge pull request #2636 from h4l0gen/fix_url
Browse files Browse the repository at this point in the history
fixing url link
  • Loading branch information
jku authored May 22, 2024
2 parents 668f9ba + 35a29bb commit 68e6435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_posts/2022-02-21-release-1-0-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ easier to use APIs:
accelerate future improvements on the project
- Metadata API provides a solid base to build other tools on top of – as proven
by the ngclient implementation and the [repository code
examples](https://github.com/theupdateframework/python-tuf/tree/develop/examples/repo_example)
examples](https://github.com/theupdateframework/python-tuf/tree/develop/examples/repository)
- Both new APIs are highly extensible and allow application developers to
include custom network stacks, file storage systems or public-key
cryptography algorithms, while providing easy-to-use default implementations
Expand Down
2 changes: 1 addition & 1 deletion tuf/api/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Currently Metadata API supports JSON as the file format.
A basic example of repository implementation using the Metadata is available in
`examples/repo_example <https://github.com/theupdateframework/python-tuf/tree/develop/examples/repo_example>`_.
`examples/repository <https://github.com/theupdateframework/python-tuf/tree/develop/examples/repository>`_.
"""

import logging
Expand Down

0 comments on commit 68e6435

Please sign in to comment.