Skip to content

Commit 181e6cd

Browse files
committed
fix: Fixed offline documentation download URL
1 parent f28e708 commit 181e6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build-Installer.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function PrepareIdfPython {
178178

179179
function PrepareIdfDocumentation {
180180
$FullFilePath = ".\build\$InstallerType\IDFdocumentation.pdf"
181-
$DownloadUrl = "https://docs.espressif.com/projects/esp-idf/en/stable/esp32/esp-idf-en-$OfflineBranch-esp32.pdf"
181+
$DownloadUrl = "https://docs.espressif.com/projects/esp-idf/en/$OfflineBranch/esp32/esp-idf-en-$OfflineBranch-esp32.pdf"
182182

183183
if (Test-Path -Path $FullFilePath -PathType Leaf) {
184184
"$FullFilePath found."

0 commit comments

Comments
 (0)