Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 0e47403

Browse files
fix(mods): amandine's links fixed #58
added "https://" before Amandine Flachs' website link you forgot to put that here that's why website is not opening
1 parent 29a48b5 commit 0e47403

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
@@ -846,7 +846,7 @@ <h2 class="text-center text-4xl mb-5 py-5 font-semibold">
846846
</a>
847847
</div>
848848
<div class="flex flex-inline">
849-
<a target="_blank" href="www.flachsconsulting.com">
849+
<a target="_blank" href="https://www.flachsconsulting.com">
850850
<i
851851
class="fa fa-link pr-1 pt-6"
852852
style="
@@ -876,7 +876,7 @@ <h2 class="text-center text-4xl mb-5 py-5 font-semibold">
876876
</a>
877877
</div>
878878
<div>
879-
<a target="_blank" href="www.flachsconsulting.com">
879+
<a target="_blank" href="https://www.flachsconsulting.com">
880880
<i
881881
class="fa fa-link pt-5 pr-5"
882882
style="font-size: 20px; color: rgb(109, 71, 199)"

0 commit comments

Comments
 (0)