Skip to content

Commit

Permalink
chore(docs): video now hosted by ASF instead of GitHub (apache#28284)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored May 1, 2024
1 parent 2b4b771 commit e4f93b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Superset provides:

**Video Overview**
<!-- File hosted here https://github.com/apache/superset-site/raw/lfs/superset-video-4k.mp4 -->
https://user-images.githubusercontent.com/64562059/234390129-321d4f35-cb4b-45e8-89d9-20ae292f34fc.mp4
https://superset.staged.apache.org/superset-video-4k.mp4

<br/>

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Here are a **few different ways you can get started with Superset**:

#### Video Overview

<video src="https://user-images.githubusercontent.com/64562059/234390129-321d4f35-cb4b-45e8-89d9-20ae292f34fc.mp4" width="100%" height="auto" controls="">
https://user-images.githubusercontent.com/64562059/234390129-321d4f35-cb4b-45e8-89d9-20ae292f34fc.mp4
<video src="https://superset.staged.apache.org/superset-video-4k.mp4" width="100%" height="auto" controls="">
https://superset.staged.apache.org/superset-video-4k.mp4
</video>

#### Features
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ export default function Home(): JSX.Element {
</div>
</Carousel>
<video autoPlay muted controls loop>
<source src="https://user-images.githubusercontent.com/64562059/234390129-321d4f35-cb4b-45e8-89d9-20ae292f34fc.mp4" type="video/mp4" />
<source src="https://superset.staged.apache.org/superset-video-4k.mp4" type="video/mp4" />
</video>
</StyledSliderSection>
<StyledKeyFeatures>
Expand Down

0 comments on commit e4f93b2

Please sign in to comment.