Skip to content

Commit 4b0d191

Browse files
authored
Videos (#275)
* Videos * use original videos just serve them from S3 * quick start * tab
1 parent f2904d4 commit 4b0d191

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pgml-docs/docs/blog/data-is-living-and-relational.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ We think it’s worth attempting to move the machine learning process and modern
6262

6363
<center>
6464
<video autoplay loop muted width="90%" style="box-shadow: 0 0 8px #000;">
65-
<source src="https://github.com/<span class="x x-first x-last">/images/demos/gym_demo.webm" type="video/webm">
66-
<source src="https://github.com/<span class="x x-first x-last">/images/demos/gym_demo.mp4" type="video/mp4">
65+
<source src="https://github.com/<span class="x x-first x-last">https://static.postgresml.org/postgresml-org-static/gym_demo.webm" type="video/webm">
66+
<source src="https://github.com/<span class="x x-first x-last">https://static.postgresml.org/postgresml-org-static/gym_demo.mp4" type="video/mp4">
6767
<img src="/images/demos/gym_demo.png" alt="PostgresML in practice" loading="lazy">
6868
</video>
6969
</center>

pgml-docs/docs/gym/quick_start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ PostgresML is easy to get started with. If you haven't already, sign up for our
1414
</p>
1515

1616
<video autoplay loop muted>
17-
<source src="/images/demo.webm" type="video/webm">
18-
<source src="/images/demo.mp4" type="video/mp4">
17+
<source src="https://static.postgresml.org/postgresml-org-static/gym_demo.webm" type="video/webm">
18+
<source src="https://static.postgresml.org/postgresml-org-static/gym_demo.mp4" type="video/mp4">
1919
<img src="/images/console.png" alt="PostgresML in practice" loading="lazy">
2020
</video>
2121

pgml-docs/docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ article.md-content__inner.md-typeset a.md-content__button.md-icon {
5151

5252
<center>
5353
<video autoplay loop muted width="90%" style="box-shadow: 0 0 8px #000;">
54-
<source src="https://github.com/<span class="x x-first x-last">/images/demos/gym_demo.webm" type="video/webm">
55-
<source src="https://github.com/<span class="x x-first x-last">/images/demos/gym_demo.mp4" type="video/mp4">
54+
<source src="https://github.com/<span class="x x-first x-last">https://static.postgresml.org/postgresml-org-static/gym_demo.webm" type="video/webm">
55+
<source src="https://github.com/<span class="x x-first x-last">https://static.postgresml.org/postgresml-org-static/gym_demo.mp4" type="video/mp4">
5656
<img src="/images/demos/gym_demo.png" alt="PostgresML in practice" loading="lazy">
5757
</video>
5858
</center>

0 commit comments

Comments
 (0)