Skip to content

Commit dd5ff71

Browse files
authored
Merge pull request #18 from joshuagl/joshuagl/spec-links
Fix spec links
2 parents 95bb277 + 23e3446 commit dd5ff71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ weight = 3
9797
[[menu.main]]
9898
name = "Specification"
9999
parent = "getting-started"
100-
url = "https://github.com/theupdateframework/specification/blob/master/tuf-spec.md#the-update-framework-specification"
100+
url = "https://github.com/theupdateframework/specification/blob/master/tuf-spec.md"
101101
weight = 4
102102

103103
[[menu.main]]

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
---
33

4-
The Update Framework (**TUF**) helps developers maintain the security of software update systems, providing protection even against attackers that compromise the repository or signing keys. TUF provides a flexible framework and [specification](https://github.com/theupdateframework/specification/blob/master/tuf-spec.md#the-update-framework-specification) that developers can adopt into any software update system.
4+
The Update Framework (**TUF**) helps developers maintain the security of software update systems, providing protection even against attackers that compromise the repository or signing keys. TUF provides a flexible framework and [specification](https://github.com/theupdateframework/specification/blob/master/tuf-spec.md) that developers can adopt into any software update system.
55

66
TUF is hosted by the [Linux Foundation](https://www.linuxfoundation.org/) as part of the [Cloud Native Computing Foundation](https://www.cncf.io) (CNCF) and is [used in production](/adoptions) by various tech companies and open source organizations. A variant of TUF called [Uptane](https://uptane.github.io/) is widely used to secure over-the-air updates in automobiles.

content/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ title: Frequently Asked Questions
1616

1717
For (2), an adopter has to figure out how to ship the initial Root file, and
1818
implement [the TUF download and verification
19-
workflow](https://github.com/theupdateframework/specification/blob/master/tuf-spec.md#5-detailed-workflows)
19+
workflow](https://github.com/theupdateframework/specification/blob/master/tuf-spec.md#detailed-client-workflow--detailed-client-workflow)
2020
in their language of choice if one of the existing implementations is
2121
insufficient.
2222

0 commit comments

Comments
 (0)