From b9a846d5510dde4fab8fca1a1941c48f2a47e2a2 Mon Sep 17 00:00:00 2001 From: Shaun Lawrie Date: Sun, 8 Sep 2024 21:24:23 +1200 Subject: [PATCH] In the correct file --- .../src/content/docs/guides/upgrading-to-v2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PwshSpectreConsole.Docs/src/content/docs/guides/upgrading-to-v2.md b/PwshSpectreConsole.Docs/src/content/docs/guides/upgrading-to-v2.md index 22a3855..c1336da 100644 --- a/PwshSpectreConsole.Docs/src/content/docs/guides/upgrading-to-v2.md +++ b/PwshSpectreConsole.Docs/src/content/docs/guides/upgrading-to-v2.md @@ -30,7 +30,7 @@ Update-Module PwshSpectreConsole -Scope CurrentUser Renderables are objects that can be rendered to the console. Most functions now return a renderable object instead of writing directly to the console host. This allows you to assign the output of a function to a variable and use it in other functions or redirect the output to a file. The renderable objects can also be used as inputs to other Spectre Console functions so you can build complex layouts. -![renderable items inside tables](/public/2-0-tables.png) +![renderable items inside tables](../../../../public/2-0-tables.png) ```powershell # Example of using renderable objects inside a table @@ -55,7 +55,7 @@ The `Invoke-SpectreLive` function allows you to run a scriptblock and update a r See the documentation for [`Invoke-SpectreLive`](/reference/live/invoke-spectrelive/) for more information and examples. -![Filebrowser example](../../../../public/filebrowser.gif) +![Filebrowser example](/public/filebrowser.gif) ### All New Commandlets