teleport/docs/index.html
Ev Kontsevoy 24bffa16e4 2.5 docs
- Added --token docs
- Added /path/to/token_file as a possible value for an invite token
2018-02-25 18:27:34 -08: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.5/quickstart" />
</head>
<body>
<a href="2.5/quickstart">Teleport QuickStart Guide</a>
</body>
</html>