diff --git a/_includes/download-snapshot.html b/_includes/download-snapshot.html
index cb748d024bffef7daa3fd9d3708d90effec04f13..6478e1e51b4c912e214fa286d2401f83e5f8d17d 100644
--- a/_includes/download-snapshot.html
+++ b/_includes/download-snapshot.html
@@ -25,7 +25,7 @@
         {% assign snapshot_files = (site.static_files | where: "snapshot", "windows-exe" | sort: 'modified_time') | reverse %}
         {% for snapshot in snapshot_files %}
         {% if snapshot.extname == ".exe" %}
-        <div class="download_row" onclick="document.location = 'http://www.dynare.org/snapshot/windows/{{ snapshot.name }}'" onkeypress="document.location = 'http://www.dynare.org/snapshot/windows/{{ snapshot.name }}'">
+        <div class="download_row" onclick="document.location = 'https://www.dynare.org/snapshot/windows/{{ snapshot.name }}'" onkeypress="document.location = 'https://www.dynare.org/snapshot/windows/{{ snapshot.name }}'">
           <div class="download_cell_left"><i class="fas fa-file-download"></i>&nbsp;{{ snapshot.modified_time  | date: "%Y %b %d %R" }}</div>
           <div class="download_cell_right"><a href="#">{{ snapshot.name }}</a></div>
         </div>
@@ -38,7 +38,7 @@
         {% assign snapshot_files = (site.static_files | where: "snapshot", "windows-zip" | sort: 'modified_time') | reverse %}
         {% for snapshot in snapshot_files %}
         {% if snapshot.extname == ".zip" %}
-        <div class="download_row" onclick="document.location = 'http://www.dynare.org/snapshot/windows-zip/{{ snapshot.name }}'" onkeypress="document.location = 'http://www.dynare.org/snapshot-zip/windows/{{ snapshot.name }}'">
+        <div class="download_row" onclick="document.location = 'https://www.dynare.org/snapshot/windows-zip/{{ snapshot.name }}'" onkeypress="document.location = 'https://www.dynare.org/snapshot-zip/windows/{{ snapshot.name }}'">
           <div class="download_cell_left"><i class="fas fa-file-download"></i>&nbsp;{{ snapshot.modified_time  | date: "%Y %b %d %R" }}</div>
           <div class="download_cell_right"><a href="#">{{ snapshot.name }}</a></div>
         </div>
@@ -61,7 +61,7 @@
       {% assign snapshot_files = (site.static_files | where: "snapshot", "macosx" | sort: 'modified_time') | reverse %}
       {% for snapshot in snapshot_files %}
       {% if snapshot.extname == ".zip" %}
-      <div class="download_row" onclick="document.location = 'http://www.dynare.org/snapshot/macosx/{{ snapshot.name }}'" onkeypress="document.location = 'http://www.dynare.org/snapshot/macosx/{{ snapshot.name }}'">
+      <div class="download_row" onclick="document.location = 'https://www.dynare.org/snapshot/macosx/{{ snapshot.name }}'" onkeypress="document.location = 'https://www.dynare.org/snapshot/macosx/{{ snapshot.name }}'">
         <div class="download_cell_left"><i class="fas fa-file-download"></i>&nbsp;{{ snapshot.modified_time  | date: "%Y %b %d %R" }}</div>
         <div class="download_cell_right"><a href="#">{{ snapshot.name }}</a></div>
       </div>
@@ -87,7 +87,7 @@
       {% assign snapshot_files = (site.static_files | where: "snapshot", "source" | sort: 'modified_time') | reverse %}
       {% for snapshot in snapshot_files %}
       {% if snapshot.extname == ".xz" %}
-      <div class="download_row" onclick="document.location = 'http://www.dynare.org/snapshot/source/{{ snapshot.name }}'" onkeypress="document.location = 'http://www.dynare.org/snapshot/source/{{ snapshot.name }}'">
+      <div class="download_row" onclick="document.location = 'https://www.dynare.org/snapshot/source/{{ snapshot.name }}'" onkeypress="document.location = 'https://www.dynare.org/snapshot/source/{{ snapshot.name }}'">
         <div class="download_cell_left"><i class="fas fa-file-download"></i>&nbsp;{{ snapshot.modified_time  | date: "%Y %b %d %R" }}</div>
         <div class="download_cell_right"><a href="#">{{ snapshot.name }}</a></div>
       </div>