Skip to content

Commit 15ae0f2

Browse files
authored
Merge pull request #25 from joshuagl/joshuagl/python-tuf
Update for ref impl repo rename to python-tuf
2 parents c38ce90 + ee7adf4 commit 15ae0f2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ weight = 5
110110
[[menu.main]]
111111
name = "Implementation"
112112
parent = "getting-started"
113-
url = "https://github.com/theupdateframework/tuf/blob/develop/docs/GETTING_STARTED.rst#getting-started"
113+
url = "https://github.com/theupdateframework/python-tuf/blob/develop/docs/GETTING_STARTED.rst#getting-started"
114114
weight = 6
115115

116116
[[menu.main]]
@@ -151,7 +151,7 @@ weight = 4
151151
[[menu.main]]
152152
name = "Contribute"
153153
parent = "community"
154-
url = "https://github.com/theupdateframework/tuf"
154+
url = "https://github.com/theupdateframework/python-tuf"
155155
weight = 5
156156

157157
[[menu.main]]

content/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ title: Frequently Asked Questions
114114
the bandwidth associated with downloading the large file many times can be
115115
saved. The reference implementation provides an [easy way to distribute
116116
target files across many targets
117-
metadata](https://github.com/theupdateframework/tuf/blob/d4b308ae13acfe832bfb7f993108e5e065d44c04/tuf/repository_tool.py#L2387)
117+
metadata](https://github.com/theupdateframework/python-tuf/blob/d4b308ae13acfe832bfb7f993108e5e065d44c04/tuf/repository_tool.py#L2387)
118118
(i.e., delegating to hashed bins), which the
119119
[specification](https://github.com/theupdateframework/specification/blob/master/tuf-spec.md)
120120
refers to as path hash prefixes.
@@ -146,7 +146,7 @@ title: Frequently Asked Questions
146146
**13. How can I try TUF?**
147147

148148
The [Getting
149-
Started](https://github.com/theupdateframework/tuf/blob/develop/docs/GETTING_STARTED.rst)
149+
Started](https://github.com/theupdateframework/python-tuf/blob/develop/docs/GETTING_STARTED.rst)
150150
page contains instructions to install and run the reference implementation.
151151
The client and repo tools can be used to quickly create TUF repositories and
152152
experiment with software updates.

content/project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ community who have [contributed] to the TUF project over the years.
1919
Please visit the [governance page] to learn how project decisions are made, and
2020
for a more detailed explanation of the project roles used below.
2121

22-
[contributed]: https://github.com/theupdateframework/tuf/blob/develop/docs/AUTHORS.txt
22+
[contributed]: https://github.com/theupdateframework/python-tuf/blob/develop/docs/AUTHORS.txt
2323
[governance page]: https://github.com/theupdateframework/specification/blob/master/GOVERNANCE.md
2424
[Specification]: /specification
2525
[Standardization process]: https://github.com/theupdateframework/taps/blob/master/tap1.md

0 commit comments

Comments
 (0)