From 62c7c15f448b536c09de019ab89918ec49b18495 Mon Sep 17 00:00:00 2001 From: Pedro Lopez Date: Mon, 19 Jul 2021 00:19:40 -0400 Subject: [PATCH] chore: update links --- README.md | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d6f7cb..5a96ce9 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Take a look at [example.js](https://github.com/pedroslopez/whatsapp-web.js/blob/ | Send messages | ✅ | | Receive messages | ✅ | | Send media (images/audio/documents) | ✅ | -| Send media (video) | ✅ [(requires google chrome)](https://waguide.pedroslopez.me/features/handling-attachments#caveat-for-sending-videos-and-gifs) | +| Send media (video) | ✅ [(requires google chrome)](https://guide.wwebjs.dev/features/handling-attachments#caveat-for-sending-videos-and-gifs) | | Send stickers | ✅ | | Receive media (images/audio/video/documents) | ✅ | | Send contact cards | ✅ | @@ -105,9 +105,10 @@ Something missing? Make an issue and let us know! ## Links -* [Reference](https://pedroslopez.me/whatsapp-web.js) -* [Guide](https://waguide.pedroslopez.me/) _(work in progress)_ +* [Reference](https://docs.wwebjs.dev/) +* [Guide](https://guide.wwebjs.dev/) _(work in progress)_ * [GitHub](https://github.com/pedroslopez/whatsapp-web.js) +* [npm](https://npmjs.org/package/whatsapp-web.js) ## Contributing diff --git a/package.json b/package.json index 5a5ca1c..f9df280 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "bugs": { "url": "https://github.com/pedroslopez/whatsapp-web.js/issues" }, - "homepage": "https://waguide.pedroslopez.me/", + "homepage": "https://guide.wwebjs.dev/", "dependencies": { "@pedroslopez/moduleraid": "^5.0.2", "fluent-ffmpeg": "^2.1.2",