examples: Rename client example directory

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
This commit is contained in:
Jussi Kukkonen 2022-12-09 22:32:46 +02:00
parent 0998c20731
commit d36c0cfa02
5 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,6 @@
# Usage examples
* [repository](repository)
* [client](client_example)
* [repository built with low-level Metadata API](manual_repo)
* [client](client)
* [uploader tool](uploader)
* [Low-level Metadata API examples](manual_repo)

View file

@ -21,4 +21,4 @@ This TUF Repository Application Example has the following features:
```
Your repository is now running and is accessible on localhost, See e.g.
http://127.0.0.1:8001/metadata/1.root.json. The
[client example](../client_example/README.md) uses this address by default.
[client example](../client/README.md) uses this address by default.

View file

@ -33,8 +33,8 @@
the same time is not supported.
A simple example of using the Updater to implement a Python TUF client that
downloads target files is available in `examples/client_example
<https://github.com/theupdateframework/python-tuf/tree/develop/examples/client_example>`_.
downloads target files is available in `examples/client
<https://github.com/theupdateframework/python-tuf/tree/develop/examples/client>`_.
"""
import logging