1
0
Fork 0

fix url for node docs

pull/1201/head
Ahmed El Gabri 8 years ago
parent 4f19700919
commit 74d680bdb1
No known key found for this signature in database
GPG Key ID: AC977998CD4ACABB

@ -11,4 +11,4 @@ if [[ -z "$BROWSER" ]]; then
fi fi
# TODO: Make the sections easier to use. # TODO: Make the sections easier to use.
"$BROWSER" "http://nodejs.org/docs/$(node --version | sed 's/-.*//')/api/all.html#${1}" "$BROWSER" "http://nodejs.org/docs/$(node --version | sed 's/-.*//')/api/${1}.html"

Loading…
Cancel
Save