Skip to content

Commit b96d47d

Browse files
fix(docs): update versions, fix broken links (#555)
* chore(docs): update NW.js to v0.64.1 * fix(docs): link to NW.js releases * fix(docs): update changelog link * fix(docs): update changelog hyperlink wording * fix(docs): update changelog hyperlink wording
1 parent e49c3ed commit b96d47d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Options:
3737
-p, --platforms Platforms to build, comma-sperated, can be:
3838
win32, win64, osx32, osx64, linux32, linux64 or
3939
win, osx, linux [default: <Current OS>]
40-
-v, --version The nw version, eg. 0.8.4 [default: "latest"]
40+
-v, --version The nw version, eg. 0.64.1 [default: "latest"]
4141
-r, --run Runs NW.js for the current platform [default: false]
4242
-o, --buildDir The build folder [default: "./build"]
4343
-f, --forceDownload Force download of NW.js [default: false]
@@ -84,7 +84,7 @@ nw.run().then(function () {
8484

8585
## API Reference
8686

87-
> Stay up to date using the [CHANGELOG](CHANGELOG.md).
87+
> Stay up to date via the [Changelog](https://github.com/nwjs-community/nw-builder/blob/master/.github/CHANGELOG.md).
8888
8989
### Options
9090

@@ -99,7 +99,7 @@ The path to your node webkit app. It supports [simple-glob](https://github.com/j
9999
Type: `String`
100100
Default value: `'latest'`
101101

102-
The version of NW.js you want to use. Per default it looks up the latest version. [Here is a list]([https://github.com/nwjs/nw.js/releases](https://github.com/nwjs/nw.js/tags) of all available releases.
102+
The version of NW.js you want to use. Per default it looks up the latest version. [Here is a list](https://github.com/nwjs/nw.js/tags) of all available releases.
103103

104104
#### options.flavor
105105
Type: `String`

0 commit comments

Comments
 (0)