Skip to content

Commit 68e6435

Browse files
authored
Merge pull request #2636 from h4l0gen/fix_url
fixing url link
2 parents 668f9ba + 35a29bb commit 68e6435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_posts/2022-02-21-release-1-0-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tuf/api/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Currently Metadata API supports JSON as the file format.
2828
2929
A 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

3333
import logging

0 commit comments

Comments
 (0)