Skip to content

Commit 8cbb83a

Browse files
committed
Point specification links to rendered version
We are now building and publishing the bikeshed generated version of the specification on our GitHub pages, point to that instead of the raw Markdown. Signed-off-by: Joshua Lock <[email protected]>
1 parent dd5ff71 commit 8cbb83a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ url = "/faq"
9595
weight = 3
9696

9797
[[menu.main]]
98-
name = "Specification"
98+
name = "Specification (latest)"
9999
parent = "getting-started"
100-
url = "https://github.com/theupdateframework/specification/blob/master/tuf-spec.md"
100+
url = "https://theupdateframework.github.io/specification/latest/"
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) 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://theupdateframework.github.io/specification/latest/) 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#detailed-client-workflow--detailed-client-workflow)
19+
workflow](https://theupdateframework.github.io/specification/latest/#detailed-client-workflow)
2020
in their language of choice if one of the existing implementations is
2121
insufficient.
2222

0 commit comments

Comments
 (0)