mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
examples: Rename client example directory
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
This commit is contained in:
parent
0998c20731
commit
d36c0cfa02
5 changed files with 6 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue