mirror of https://github.com/crossplane/docs.git
new template to provide HTTP redirect for API pages
Signed-off-by: Pete Lumbis <pete@upbound.io>
This commit is contained in:
parent
f7268f7d50
commit
6e3ec78d80
|
@ -0,0 +1,8 @@
|
|||
<!DOCTYPE html><html>
|
||||
<head>
|
||||
<title>Redirect</title>
|
||||
<link rel="canonical" href="{{ .dest }}"/>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="refresh" content="0; url={{ .dest }}" />
|
||||
</head>
|
||||
</html>
|
Loading…
Reference in New Issue