Skip to content

Commit f36b357

Browse files
authored
Fix image paths in index.md
Updated image paths in index.md to remove leading '../'.
1 parent 0ab1afe commit f36b357

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,23 +198,23 @@ Thanks to our sponsors that have made OceanHackWeek possible over the last sever
198198

199199
<div class="col-4" style="margin-bottom: 1rem">
200200

201-
```{image} ../assets/images/logos/ONC_2024.png
201+
```{image} assets/images/logos/ONC_2024.png
202202
:alt: Ocean Networks Canada
203203
:width: 150px
204204
```
205205

206206
</div>
207207
<div class="col-4" style="margin-bottom: 1rem">
208208

209-
```{image} ../assets/images/logos/bmsc.png
209+
```{image} assets/images/logos/bmsc.png
210210
:alt: Bamfield Marine Sciences Centre
211211
:width: 150px
212212
```
213213

214214
</div>
215215
<div class="col-4" style="margin-bottom: 1rem">
216216

217-
```{image} ../assets/images/logos/asl.png
217+
```{image} assets/images/logos/asl.png
218218
:alt: ASL Environmental Sciences
219219
:width: 150px
220220
```
@@ -223,7 +223,7 @@ Thanks to our sponsors that have made OceanHackWeek possible over the last sever
223223

224224
<div class="col-4" style="margin-bottom: 1rem">
225225

226-
```{image} ../assets/images/logos/pacific_en_min.png
226+
```{image} assets/images/logos/pacific_en_min.png
227227
:alt: CIOOS Pacific
228228
:width: 180px
229229
```

0 commit comments

Comments
 (0)