Migrate to uaparser.dev

This commit is contained in:
Faisal Salman 2024-06-16 23:11:59 +07:00
parent f24e4acae2
commit 4e64cb644f
4 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@ assignees: ''
**Library version** **Library version**
Which version of the library that you use, eg: v0.7.35 or v2.0.0-alpha.3 Which version of the library that you use, eg: v0.7.35 or v2.0.0-alpha.3
For the issue related with detection result, you can use the demo section in https://uaparser.js.org to confirm For the issue related with detection result, you can use the demo section in https://uaparser.dev to confirm
**Describe the bug** **Describe the bug**
A clear and concise description of what the bug is. A clear and concise description of what the bug is.

View File

@ -1,5 +1,5 @@
<p align="center"> <p align="center">
<a href="https://uaparser.js.org"><img src="https://raw.githubusercontent.com/faisalman/ua-parser-js/gh-pages/images/uap-header.png"></a> <a href="https://uaparser.dev"><img src="https://raw.githubusercontent.com/faisalman/ua-parser-js/gh-pages/images/uap-header.png"></a>
</p> </p>
<p align="center"> <p align="center">
@ -88,12 +88,12 @@ console.log(parser.getResult());
// Phew! Thanks, UAParser.js! // Phew! Thanks, UAParser.js!
``` ```
* Live demo: https://uaparser.js.org/ * Live demo: https://uaparser.dev
# Documentation # Documentation
* v1.0: https://github.com/faisalman/ua-parser-js/tree/1.0.38#documentation * v1.0: https://github.com/faisalman/ua-parser-js/tree/1.0.38#documentation
* v2.0: https://docs.uaparser.js.org/v2 * v2.0: https://docs.uaparser.dev
Before upgrading from `v0.7` / `v1.0`, please read [CHANGELOG](CHANGELOG.md) to Before upgrading from `v0.7` / `v1.0`, please read [CHANGELOG](CHANGELOG.md) to
see what's new & breaking. see what's new & breaking.

View File

@ -21,7 +21,7 @@
"os-detection", "os-detection",
"bot-detection" "bot-detection"
], ],
"homepage": "https://github.com/faisalman/ua-parser-js", "homepage": "https://uaparser.dev",
"contributors": [ "contributors": [
"Aamir Poonawalla <aamir@urx.com>", "Aamir Poonawalla <aamir@urx.com>",
"Admas <mollases@users.noreply.github.com>", "Admas <mollases@users.noreply.github.com>",
@ -237,7 +237,7 @@
"test": "test" "test": "test"
}, },
"bugs": "https://github.com/faisalman/ua-parser-js/issues", "bugs": "https://github.com/faisalman/ua-parser-js/issues",
"demo": "https://uaparser.js.org", "demo": "https://uaparser.dev",
"download": "https://raw.github.com/faisalman/ua-parser-js/master/dist/ua-parser.pack.js", "download": "https://raw.github.com/faisalman/ua-parser-js/master/dist/ua-parser.pack.js",
"funding": [ "funding": [
{ {

View File

@ -4,7 +4,7 @@
AGPLv3 License *//* AGPLv3 License *//*
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
Supports browser & node.js environment. Supports browser & node.js environment.
Demo : https://faisalman.github.io/ua-parser-js Demo : https://uaparser.dev
Source : https://github.com/faisalman/ua-parser-js */ Source : https://github.com/faisalman/ua-parser-js */
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////