You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2018. It is now read-only.
@@ -17,7 +17,7 @@ OmniPath is a single API that consolidates Node's native [path](https://nodejs.o
17
17
18
18
You can use `OmniPath.win32`, `OmniPath.posix`, or `OmniPath.url` to treat paths a particular way, or you can just use `OmniPath` to automatically adjust based on the runtime environment.
19
19
20
-
[Tested](https://jamesmessinger.com/omnipath/test/index.html) in Node and all modern web browsers on Mac, Windows, and Linux.
20
+
[Tested](https://jsdevtools.org/omnipath/test/index.html) in Node and all modern web browsers on Mac, Windows, and Linux.
21
21
22
22
23
23
Example
@@ -78,7 +78,7 @@ var OmniPath = require('omnipath');
78
78
Reference [`omnipath.js`](dist/omnipath.js) or [`omnipath.min.js`](dist/omnipath.min.js) in your HTML:
I welcome any contributions, enhancements, and bug-fixes. [File an issue](https://github.com/James-Messinger/omnipath/issues) on GitHub and [submit a pull request](https://github.com/James-Messinger/omnipath/pulls).
545
+
I welcome any contributions, enhancements, and bug-fixes. [File an issue](https://github.com/JS-DevTools/omnipath/issues) on GitHub and [submit a pull request](https://github.com/JS-DevTools/omnipath/pulls).
546
546
547
547
#### Building/Testing
548
548
To build/test the project locally on your computer:
0 commit comments