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

11 lines
403 B
HTML

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