teleport/docs/index.html
2017-03-23 21:44:25 -07:00

16 lines
332 B
HTML

<!--
This index file is served when a user hits /teleport/docs
It redirects the browser to the latest version's QuickStart
-->
<html>
<head>
<meta http-equiv="Refresh" content="0; url=2.0/quickstart" />
</head>
<body>
<a href="2.0/quickstart">Teleport QuickStart Guide</a>
</body>
</html>