diff --git a/index.html b/index.html
index 1541e8e..8d7bc6a 100644
--- a/index.html
+++ b/index.html
@@ -71,7 +71,7 @@
const afficheLaListeDesJournaux = () => {
const container = document.querySelector('#journaux');
- fetch('http://api.daktary.com/yaf/journal-d-un-formateur-en-2015/tree/master/journaux')
+ fetch('https://api.daktary.com/yaf/journal-d-un-formateur-en-2015/tree/master/journaux')
.then(response => response.json())
.then(journaux => {
journaux.body.forEach(journal => {