File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Standard Netlify redirects
7
7
[[redirects ]]
8
- from = " https://kubernetes-sigs-cluster-api.netlify.com/*"
9
- to = " https://cluster-api.sigs.k8s.io/:splat"
8
+ from = " https://master-- kubernetes-sigs-cluster-api.netlify.com/*"
9
+ to = " https://master. cluster-api.sigs.k8s.io/:splat"
10
10
status = 301
11
11
force = true
12
12
13
13
# HTTP-to-HTTPS rules
14
14
[[redirects ]]
15
- from = " http://go .cluster-api.sigs.k8s.io/*"
16
- to = " https://go .cluster-api.sigs.k8s.io/:splat"
15
+ from = " http://master .cluster-api.sigs.k8s.io/*"
16
+ to = " https://master .cluster-api.sigs.k8s.io/:splat"
17
17
status = 301
18
18
force = true
19
19
20
20
[[redirects ]]
21
- from = " http://kubernetes-sigs-cluster-api.netlify.com/*"
22
- to = " http://cluster-api.sigs.k8s.io/:splat"
21
+ from = " http://master-- kubernetes-sigs-cluster-api.netlify.com/*"
22
+ to = " http://master. cluster-api.sigs.k8s.io/:splat"
23
23
status = 301
24
24
force = true
You can’t perform that action at this time.
0 commit comments