docs: comply to ASF requirements (#11133)

* docs: comply to ASF requirements

* touch something out of docs/

* Just a few more things...

* messing with .htaccess

* SEO
This commit is contained in:
Maxime Beauchemin
2020-10-01 22:15:36 -07:00
committed by GitHub
parent a4e1dc9c27
commit d578d8133f
6 changed files with 54 additions and 9 deletions

View File

@@ -133,7 +133,7 @@ export default class MainMenu extends React.Component {
const { visible } = this.state;
return (
<Layout.Header css={headerStyle}>
<Link to="/">
<Link to="https://superset.incubator.apache.org">
<img height="50" css={logoStyle} src={logoSvg} alt="logo" />
</Link>
<MenuItems toggleDrawer={this.toggleDrawer} mode="horizontal" />