mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 07:58:45 +03:00
Migrate to uaparser.dev
This commit is contained in:
parent
f24e4acae2
commit
4e64cb644f
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -10,7 +10,7 @@ assignees: ''
|
||||
**Library version**
|
||||
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**
|
||||
A clear and concise description of what the bug is.
|
||||
|
@ -1,5 +1,5 @@
|
||||
<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 align="center">
|
||||
@ -88,12 +88,12 @@ console.log(parser.getResult());
|
||||
// Phew! Thanks, UAParser.js!
|
||||
```
|
||||
|
||||
* Live demo: https://uaparser.js.org/
|
||||
* Live demo: https://uaparser.dev
|
||||
|
||||
# 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
|
||||
see what's new & breaking.
|
||||
|
@ -21,7 +21,7 @@
|
||||
"os-detection",
|
||||
"bot-detection"
|
||||
],
|
||||
"homepage": "https://github.com/faisalman/ua-parser-js",
|
||||
"homepage": "https://uaparser.dev",
|
||||
"contributors": [
|
||||
"Aamir Poonawalla <aamir@urx.com>",
|
||||
"Admas <mollases@users.noreply.github.com>",
|
||||
@ -237,7 +237,7 @@
|
||||
"test": "test"
|
||||
},
|
||||
"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",
|
||||
"funding": [
|
||||
{
|
||||
|
@ -4,7 +4,7 @@
|
||||
AGPLv3 License *//*
|
||||
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
|
||||
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 */
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user