docs: docs site footer link tweak (#11140)

* rescinding htaccess rewrite

* Changing License link title to make Apache happy

* Revert "rescinding htaccess rewrite"

This reverts commit 0ee153ef08.

* changing url in asf.yaml
This commit is contained in:
Evan Rusackas 2020-10-01 23:31:52 -07:00 committed by GitHub
parent d578d8133f
commit 2cb2a0093d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
--- ---
github: github:
description: "Apache Superset is a Data Visualization and Data Exploration Platform" description: "Apache Superset is a Data Visualization and Data Exploration Platform"
homepage: https://superset.apache.org/ homepage: https://superset.incubator.apache.org/
labels: labels:
- superset - superset
- apache - apache

View File

@ -180,7 +180,7 @@ const LayoutFooter = () => (
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
> >
Licenses License
</a> </a>
</div> </div>
</Footer> </Footer>