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
+2 -2
View File
@@ -38,8 +38,8 @@ fi
log "Download test script"
url1="https://raw.githubusercontent.com/fission/examples/master/nodejs/hello.js"
url2="https://raw.githubusercontent.com/fission/examples/master/nodejs/hello-callback.js"
url1="https://raw.githubusercontent.com/fission/examples/main/nodejs/hello.js"
url2="https://raw.githubusercontent.com/fission/examples/main/nodejs/hello-callback.js"
wget ${url1}
sum=$(shasum -a 256 hello.js|cut -d' ' -f 1)