Skip to content

Commit a747b45

Browse files
DOC-5131 attempt to fix broken images
1 parent 9badc0b commit a747b45

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

layouts/shortcodes/client-splash.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<td colspan="4">
8585
<img
8686
style="float: left;padding-left: 5%;padding-right: 5%;padding-top:0"
87-
src='{{- relURL "/develop/tools/insight/images/Browser.png" -}}'
87+
src='{{- relURL "develop/tools/insight/images/Browser.png" -}}'
8888
width="300px"
8989
/>
9090
<p>
@@ -98,7 +98,7 @@
9898
<td colspan="4">
9999
<img
100100
style="float: left;padding-left: 5%;padding-right: 5%"
101-
src='{{- relURL "/images/dev/connect/vscode/vscode-cli.png" -}}'
101+
src='{{- relURL "images/dev/connect/vscode/vscode-cli.png" -}}'
102102
width="300px"
103103
/>
104104
<p>

layouts/shortcodes/dev-features.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<tr>
33
<th>
44
<a href='{{ relref . "/develop/get-started" }}'>
5-
<img src={{ relURL "/images/icon_logo/icon-developers-32-midnight.png" }}/>
5+
<img src={{ relURL "images/icon_logo/icon-developers-32-midnight.png" }}/>
66
<strong>Quick start</strong>
77
</a>
88
</th>
99
<th>
1010
<a href='{{ relref . "/develop/data-types" }}'>
11-
<img src={{ relURL "/images/icon_logo/icon-data-structures-32-midnight.png" }}/>
11+
<img src={{ relURL "images/icon_logo/icon-data-structures-32-midnight.png" }}/>
1212
<strong>Data types</strong>
1313
</a>
1414
</th>
1515
<th>
1616
<a href='{{ relref . "/develop/interact/search-and-query" }}'>
17-
<img src={{ relURL "/images/icon_logo/icon-text-search-32-midnight.png" }}/>
17+
<img src={{ relURL "images/icon_logo/icon-text-search-32-midnight.png" }}/>
1818
<strong>Query engine</strong>
1919
</a>
2020
</th>

0 commit comments

Comments
 (0)