Skip to content

Commit

Permalink
Merge pull request #4203 from mathesar-foundation/video_url
Browse files Browse the repository at this point in the history
Fix video URLs
  • Loading branch information
seancolsen authored Jan 28, 2025
2 parents f31a5d9 + d754e83 commit b7d5ad9
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 b7d5ad9

Please sign in to comment.