Fixed broken links (#2417)

This commit is contained in:
Atulpriya Sharma
2022-04-21 20:18:03 +05:30
committed by GitHub
parent 2a43213387
commit b98538ba24
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ create_fission_objects() {
fi
echo "Creating function"
curl -LO https://raw.githubusercontent.com/fission/examples/master/nodejs/hello.js
curl -LO https://raw.githubusercontent.com/fission/examples/main/nodejs/hello.js
if fission function create --name hello --env nodejs --code hello.js; then
echo "Successfully created function"
else