diff --git a/plugins/node/functions/node-docs b/plugins/node/functions/node-docs index 8dfd49c..cbf4bac 100644 --- a/plugins/node/functions/node-docs +++ b/plugins/node/functions/node-docs @@ -1,4 +1,4 @@ # Open the node api for your current version to the optional section. # TODO: Make the sections easier to use. -open "http://nodejs.org/docs/$(node --version)/api/all.html#${1}" +open "http://nodejs.org/docs/$(node --version | sed 's/-.*//')/api/all.html#${1}"