Skip to content

Commit 56a5f26

Browse files
authored
Fix TUI docs video urls (#3195)
1 parent 517ebdb commit 56a5f26

File tree

1 file changed

+3
-3
lines changed
  • frontend/docs/pages/reference/cli

1 file changed

+3
-3
lines changed

frontend/docs/pages/reference/cli/tui.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hatchet tui
2020
The Runs view provides a similar experience to the Runs page in the Hatchet dashboard. You can filter and list runs based on filters.
2121

2222
<video controls preload="auto">
23-
<source src="/cli/runs_view.mp4" type="video/mp4" />
23+
<source src="../../../public/cli/runs_view.mp4" type="video/mp4" />
2424
Your browser does not support the video tag
2525
</video>
2626

@@ -29,7 +29,7 @@ The Runs view provides a similar experience to the Runs page in the Hatchet dash
2929
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:
3030

3131
<video controls preload="auto">
32-
<source src="/cli/workflows_view.mp4" type="video/mp4" />
32+
<source src="../../../public/cli/workflows_view.mp4" type="video/mp4" />
3333
Your browser does not support the video tag
3434
</video>
3535

@@ -38,6 +38,6 @@ The Workflows view allows you to see the list of workflows defined in your Hatch
3838
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.
3939

4040
<video controls preload="auto">
41-
<source src="/cli/workers_view.mp4" type="video/mp4" />
41+
<source src="../../../public/cli/workers_view.mp4" type="video/mp4" />
4242
Your browser does not support the video tag
4343
</video>

0 commit comments

Comments
 (0)