mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-22 10:10:07 -05:00
Fix TUI docs video urls (#3195)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user