mirror of https://github.com/crossplane/docs.git
new template to provide HTTP redirect for API pages
This commit is contained in:
parent
31a2b15c53
commit
8dd2e4d2a5
|
@ -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