Also update the default index.html landing page to redirect to the reference. Change-Id: I4e1ca9fddc6374fd80108e4f9a3b9745f8598507
10 lines
189 B
HTML
10 lines
189 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="0;url=reference/packages.html">
|
|
</head>
|
|
<body>
|
|
<a href="reference/packages.html">click here if you are not redirected</a>
|
|
</body>
|
|
</html>
|
|
|