File tree Expand file tree Collapse file tree 5 files changed +19
-3
lines changed
static/img/logos/adoptions Expand file tree Collapse file tree 5 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -97,13 +97,13 @@ weight = 3
97
97
[[menu .main ]]
98
98
name = " Specification (latest)"
99
99
parent = " getting-started"
100
- url = " https://theupdateframework.github.io/ specification/latest/ "
100
+ url = " / specification"
101
101
weight = 4
102
102
103
103
[[menu .main ]]
104
104
name = " Specification index"
105
105
parent = " getting-started"
106
- url = " https://theupdateframework.github.io/ specification/"
106
+ url = " / specification/list "
107
107
weight = 5
108
108
109
109
Original file line number Diff line number Diff line change 23
23
tag : Notary
24
24
- url : https://foundries.io/insights/blog/2018/05/25/ota-part-1/
25
25
tag : foundriesio
26
+ - url : https://blog.fleetdm.com/fleet-3-10-0-released-with-agent-auto-updates-beta-f4dd61be001d
27
+ tag : fleetdm
26
28
ongoing :
27
29
- url : https://www.well-typed.com/blog/2015/04/improving-hackage-security
28
30
tag : Haskell
@@ -32,4 +34,6 @@ ongoing:
32
34
- url : https://github.com/php-tuf/php-tuf
33
35
tag : PHP
34
36
- url : https://www.python.org/dev/peps/pep-0458/
35
- tag : PyPI
37
+ tag : PyPI
38
+ - url : https://mamba.readthedocs.io/en/latest/advanced_usage/artifacts_verification.html
39
+ tag : mamba
Original file line number Diff line number Diff line change @@ -10,3 +10,15 @@ command = "make preview-build"
10
10
11
11
[context .branch-deploy ]
12
12
command = " make preview-build"
13
+
14
+ [[redirects ]]
15
+ from = " /specification/latest"
16
+ to = " https://theupdateframework.github.io/specification/latest/"
17
+
18
+ [[redirects ]]
19
+ from = " /specification/list"
20
+ to = " https://theupdateframework.github.io/specification/"
21
+
22
+ [[redirects ]]
23
+ from = " /specification"
24
+ to = " https://theupdateframework.github.io/specification/latest/"
You can’t perform that action at this time.
0 commit comments