Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 3a76d9d

Browse files
authored
fix: included software link [Focal] (#697)
* Fixed included software link * fix: included software link * fix: included software link * fix: included software link
1 parent 102247f commit 3a76d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-build-functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ check_python_version() {
207207
echo "Python version set to ${PYTHON_VERSION}"
208208
else
209209
echo "Error setting python version from $1"
210-
echo "Please see https://github.com/netlify/build-image/#included-software for current versions"
210+
echo "Please see https://github.com/netlify/build-image/blob/focal/included_software.md for current versions"
211211
exit 1
212212
fi
213213
}
@@ -436,7 +436,7 @@ install_dependencies() {
436436
fi
437437
else
438438
echo "Error installing Pipenv dependencies"
439-
echo "Please see https://github.com/netlify/build-image/#included-software for current versions"
439+
echo "Please see https://github.com/netlify/build-image/blob/focal/included_software.md for current versions"
440440
exit 1
441441
fi
442442
fi

0 commit comments

Comments
 (0)