Skip to content

Commit

Permalink
fix(index): Updated links to propagade with workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-kocka committed Jul 16, 2024
1 parent c0f0f20 commit f5b7e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@

let description = installerTitle[release.type] + ' v' + release.version;
let downloadLink = 'https://github.com/espressif/idf-installer/releases/download/' + release.type + '-' + release.version + '/esp-idf-tools-setup-' + release.type + '-' + release.version + '.exe';
let mirrorLink = 'https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-' + release.type + '-' + release.version;
let mirrorLink = 'https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-' + release.type + '-' + release.version + '.exe';
let releaseNotesLink = 'https://github.com/espressif/idf-installer/releases/tag/' + release.type + '-' + release.version;

const listItem = document.createElement('li');
Expand Down Expand Up @@ -205,7 +205,7 @@ <h2 class="text-center">Open Source IoT Development Framework for ESP32</h2>
</div>

<div class="download-button">
<form method="get" action="https://dl.espressif.com/dl/idf-installer/espressif-ide-setup-3.0.0-with-esp-idf-5.2.2.exe">
<form method="get" action="https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-espressif-ide-3.0.0-with-esp-idf-5.2.2.exe">
<button class="button-espressif-ide">
<i class="fa fa-download" aria-hidden="true"></i>
<div>Espressif-IDE 3.0.0 with ESP-IDF v5.2.2 - Offline Installer</div>
Expand Down

0 comments on commit f5b7e8b

Please sign in to comment.