From 0626bf8c8c0fc5a285a287683ceac09c909d4d7a Mon Sep 17 00:00:00 2001 From: pastak Date: Mon, 11 Dec 2023 17:37:33 +0900 Subject: [PATCH] Fix link to doc page on README.md (#543) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 242d63b..b13f97d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The library is made to help to detect what browser your user has and gives you a ### ⚠️ Version 2.0 breaking changes ⚠️ -Version 2.0 has drastically changed the API. All available methods are on the [docs page](https://lancedikson.github.io/bowser/docs). +Version 2.0 has drastically changed the API. All available methods are on the [docs page](https://bowser-js.github.io/bowser/docs/). _For legacy code, check out the [1.x](https://github.com/lancedikson/bowser/tree/v1.x) branch and install it through `npm install bowser@1.9.4`._