Skip to content

Commit

Permalink
Fix video URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
seancolsen committed Jan 28, 2025
1 parent f31a5d9 commit d754e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/releases/0.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ We've overhauled our [User Guide](../user-guide/index.md) to document all new fe

You'll also find more help within the application itself. Look for small gray help bubbles to explain concepts and provides links to more detailed information within the User Guide.

<video controls autoplay loop muted playsinline poster="/assets/releases/0.2.0/export-button-table-view.png">
<source src="/assets/releases/0.2.0/mathesar-beta-vid-tooltips.mp4" type="video/mp4">
<video controls autoplay loop muted playsinline poster="../../assets/releases/0.2.0/export-button-table-view.png">
<source src="../../assets/releases/0.2.0/mathesar-beta-vid-tooltips.mp4" type="video/mp4">
</video>

[#4108](https://github.com/mathesar-foundation/mathesar/pull/4108 "Add more in-app help bubbles")
Expand Down

0 comments on commit d754e83

Please sign in to comment.