Fix TUI docs video urls (#3195)

This commit is contained in:
Julius Park
2026-03-06 16:28:11 -05:00
committed by GitHub
parent 517ebdbe4a
commit 56a5f26bde
+3 -3
View File
@@ -20,7 +20,7 @@ hatchet tui
The Runs view provides a similar experience to the Runs page in the Hatchet dashboard. You can filter and list runs based on filters.
<video controls preload="auto">
<source src="/cli/runs_view.mp4" type="video/mp4" />
<source src="../../../public/cli/runs_view.mp4" type="video/mp4" />
Your browser does not support the video tag
</video>
@@ -29,7 +29,7 @@ The Runs view provides a similar experience to the Runs page in the Hatchet dash
The Workflows view allows you to see the list of workflows defined in your Hatchet deployment. You can view some details about each workflow, along with recent runs:
<video controls preload="auto">
<source src="/cli/workflows_view.mp4" type="video/mp4" />
<source src="../../../public/cli/workflows_view.mp4" type="video/mp4" />
Your browser does not support the video tag
</video>
@@ -38,6 +38,6 @@ The Workflows view allows you to see the list of workflows defined in your Hatch
The Workers view shows the status of workers connected to your Hatchet deployment. You can see which workers are online, their registered workflows, and some other information.
<video controls preload="auto">
<source src="/cli/workers_view.mp4" type="video/mp4" />
<source src="../../../public/cli/workers_view.mp4" type="video/mp4" />
Your browser does not support the video tag
</video>