Skip to content

Commit b0e36ab

Browse files
committed
Redirect /specification to the spec's GH pages
Redirect /specification to the rendered version of the specification on GitHub pages: /specification => https://theupdateframework.github.io/specification/latest/ /specification/latest => https://theupdateframework.github.io/specification/latest/ /specfication/list => https://theupdateframework.github.io/specification/ Signed-off-by: Joshua Lock <[email protected]>
1 parent 34008dc commit b0e36ab

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

netlify.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,15 @@ command = "make preview-build"
1010

1111
[context.branch-deploy]
1212
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/"

0 commit comments

Comments
 (0)