From df529718c940c865ca27d133f1f30a8e6b0326b6 Mon Sep 17 00:00:00 2001 From: Shaun Lawrie Date: Sun, 8 Sep 2024 21:23:40 +1200 Subject: [PATCH] Direct link instead of embedded build asset --- .../src/content/docs/guides/upgrading-to-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7020caf..22a3855 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