Skip to content

Commit 8bd68ee

Browse files
DOC-5131 fixed UI tool image markup
1 parent 7babf9e commit 8bd68ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/develop/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ or analyze and manage your database with our
2525

2626
<div class="flex flex-col gap-5">
2727
<div class="flex items-start">
28-
<img src="/develop/tools/insight/images/Browser.png" class="w-[300px] mr-4">
28+
{{< image filename="develop/tools/insight/images/Browser.png" class="w-[300px] mr-4" >}}
2929
<div>
3030
<h3><a href="/develop/tools/insight">Redis Insight</a></h3>
3131
<p>Visual client tool for creating, managing, and analyzing Redis databases.</p>
3232
</div>
3333
</div>
3434
<div class="flex items-start">
35-
<img src="/images/dev/connect/vscode/vscode-cli.png" class="w-[300px] mr-4">
35+
{{< image filename="images/dev/connect/vscode/vscode-cli.png" class="w-[300px] mr-4" >}}
3636
<div>
3737
<h3><a href="/develop/tools/insight">Redis for VS Code</a></h3>
3838
<p>Visual client tool for creating, managing, and analyzing Redis databases.</p>

0 commit comments

Comments
 (0)