Skip to content

Commit db09a88

Browse files
authored
Merge pull request #281 from espressif/fix/offline_documentation_download
fix: Fixed offline documentation download URL
2 parents 812b9a5 + 181e6cd commit db09a88

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)