Merge pull request #1780 from kairoaraujo/update_examples_README

docs: simplify examples on repo README
This commit is contained in:
lukpueh 2022-01-19 11:00:59 +01:00 committed by GitHub
commit 0e26364dfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,9 +65,8 @@ Documentation
-------------
* [Introduction to TUF's Design](https://theupdateframework.io/overview/)
* [The TUF Specification](https://theupdateframework.github.io/specification/latest/)
* Examples: [client](https://github.com/theupdateframework/python-tuf/tree/develop/examples/client_example)
and [repository](https://github.com/theupdateframework/python-tuf/tree/develop/examples/repo_example)
* [API Reference](https://theupdateframework.readthedocs.io/)
* [Usage examples](https://github.com/theupdateframework/python-tuf/tree/develop/examples/)
* [Governance](https://github.com/theupdateframework/python-tuf/blob/develop/docs/GOVERNANCE.md)
and [Maintainers](https://github.com/theupdateframework/python-tuf/blob/develop/docs/MAINTAINERS.txt)
for the reference implementation