File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> The ` path ` module from Node.js for browsers
4
4
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.
6
6
7
7
> ` path-browserify ` currently matches the ** Node.js 10.3** API.
8
8
@@ -28,7 +28,7 @@ document.querySelector('#logo').src = logo;
28
28
29
29
## API
30
30
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.
32
32
` path-browserify ` only implements the POSIX functions, not the win32 ones.
33
33
34
34
## Contributing
@@ -41,3 +41,5 @@ If there is a difference in behaviour between Node.js's `path` module and this m
41
41
## License
42
42
43
43
[ MIT] ( ./LICENSE )
44
+
45
+ [ path ] : https://nodejs.org/docs/v10.3.0/api/path.html
You can’t perform that action at this time.
0 commit comments