mirror of https://github.com/istio/istio.io.git
add proxy repo as vanity url (#7362)
This commit is contained in:
parent
66b02be6f4
commit
b0de7e6106
|
@ -14,6 +14,7 @@
|
|||
/operator/* go-get=1 /golang/operator.html 200
|
||||
/client-go/* go-get=1 /golang/client-go.html 200
|
||||
/release-builder/* go-get=1 /golang/release-builder.html 200
|
||||
/proxy/* go-get=1 /golang/proxy.html 200
|
||||
|
||||
# Redirect default Netlify subdomain to primary domain
|
||||
https://istio.netlify.com/* https://istio.io/:splat 301!
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
<html><head>
|
||||
<meta name="go-import" content="istio.io/proxy git https://github.com/istio/proxy">
|
||||
<meta name="go-source" content="istio.io/proxy https://github.com/istio/proxy https://github.com/istio/proxy/tree/master{/dir} https://github.com/istio/proxy/blob/master{/dir}/{file}#L{line}">
|
||||
</head></html>
|
Loading…
Reference in New Issue