Skip to content

Commit a054506

Browse files
author
jak-ing
committed
Fix more relative links #7
1 parent 24205c6 commit a054506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ <h3 class="text-orange text-center">Giga</h3>
218218
</div>
219219
<div class="row sponsors-giga">
220220
<div class="col-md-12">
221-
<a href="http://sap.com/" class="sponsor" target="_blank"><img src="./assets/sap.png"></a><a href="https://www.pfizer.de/" class="sponsor" target="_blank"><img src="assets/pfizer_internet_logo2.png"></a> </div>
221+
<a href="http://sap.com/" class="sponsor" target="_blank"><img src="./assets/sap.png"></a><a href="https://www.pfizer.de/" class="sponsor" target="_blank"><img src="./assets/pfizer_internet_logo2.png"></a> </div>
222222
</div>
223223

224224
<div class="row">
@@ -228,7 +228,7 @@ <h3 class="text-orange text-center">Mega</h3>
228228
</div>
229229
<div class="row sponsors-mega">
230230
<div class="col-md-12">
231-
<a href="https://www.biotronik.com/" class="sponsor" target="_blank"><img src="./assets/biotronik.png"></a><a href="http://gesundheitscloud.de/" class="sponsor" target="_blank"><img src="assets/gesundheitscloud.png"></a> </div>
231+
<a href="https://www.biotronik.com/" class="sponsor" target="_blank"><img src="./assets/biotronik.png"></a><a href="http://gesundheitscloud.de/" class="sponsor" target="_blank"><img src="./assets/gesundheitscloud.png"></a> </div>
232232
</div>
233233

234234
<div class="row">

0 commit comments

Comments
 (0)