File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ easier to use APIs:
3434 accelerate future improvements on the project
3535- Metadata API provides a solid base to build other tools on top of – as proven
3636 by the ngclient implementation and the [ repository code
37- examples] ( https://github.com/theupdateframework/python-tuf/tree/develop/examples/repo_example )
37+ examples] ( https://github.com/theupdateframework/python-tuf/tree/develop/examples/repository )
3838- Both new APIs are highly extensible and allow application developers to
3939 include custom network stacks, file storage systems or public-key
4040 cryptography algorithms, while providing easy-to-use default implementations
Original file line number Diff line number Diff line change 2727Currently Metadata API supports JSON as the file format.
2828
2929A basic example of repository implementation using the Metadata is available in
30- `examples/repo_example <https://github.com/theupdateframework/python-tuf/tree/develop/examples/repo_example >`_.
30+ `examples/repository <https://github.com/theupdateframework/python-tuf/tree/develop/examples/repository >`_.
3131"""
3232
3333import logging
You can’t perform that action at this time.
0 commit comments