Skip to content

Commit 18b7537

Browse files
DOC-5131 fixed dodgy RI and RVSC links
1 parent 1a024bd commit 18b7537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/shortcodes/client-splash.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
width="300px"
8989
/>
9090
<p>
91-
<a href='{{ relURL "/develop/tools/insight" }}'><strong>Redis Insight</strong></a><br/>
91+
<a href='{{ relref . "/develop/tools/insight" }}'><strong>Redis Insight</strong></a><br/>
9292
Visual client tool for creating, managing, and analyzing
9393
Redis databases.
9494
</p>
@@ -102,7 +102,7 @@
102102
width="300px"
103103
/>
104104
<p>
105-
<a href='{{ relURL "/develop/tools/redis-for-vscode" }}'><strong>Redis for VSCode</strong></a><br/>
105+
<a href='{{ relref . "/develop/tools/redis-for-vscode" }}'><strong>Redis for VSCode</strong></a><br/>
106106
Create and manage Redis databases directly from a <a href="https://code.visualstudio.com/">VSCode</a>
107107
window using our editor extension.
108108
</p>

0 commit comments

Comments
 (0)