Files
superset2/tutorials.html/index.html
2022-02-23 10:44:17 -05:00

11 lines
250 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=/docs/intro">
<link rel="canonical" href="/docs/intro" />
</head>
<script>
window.location.href = '/docs/intro';
</script>
</html>