Skip to content

Commit 2b8eb13

Browse files
committed
Link to the specific node version docs.
1 parent da94e3b commit 2b8eb13

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> The `path` module from Node.js for browsers
44
5-
This implements the Node.js [`path`](http://nodejs.org/api/path.html) module for environments that do not have it, like browsers.
5+
This implements the Node.js [`path`][path] module for environments that do not have it, like browsers.
66

77
> `path-browserify` currently matches the **Node.js 10.3** API.
88
@@ -28,7 +28,7 @@ document.querySelector('#logo').src = logo;
2828

2929
## API
3030

31-
See the [Node.js path docs](http://nodejs.org/api/path.html). `path-browserify` currently matches the Node.js 10.3 API.
31+
See the [Node.js path docs][path]. `path-browserify` currently matches the Node.js 10.3 API.
3232
`path-browserify` only implements the POSIX functions, not the win32 ones.
3333

3434
## Contributing
@@ -41,3 +41,5 @@ If there is a difference in behaviour between Node.js's `path` module and this m
4141
## License
4242

4343
[MIT](./LICENSE)
44+
45+
[path]: https://nodejs.org/docs/v10.3.0/api/path.html

0 commit comments

Comments
 (0)