From 187aa501312b7f4e5c95cc9d84af4b13b001f506 Mon Sep 17 00:00:00 2001 From: "Pedro S. Lopez" Date: Sat, 30 Oct 2021 21:27:08 -0400 Subject: [PATCH] Url updates for wwebjs.dev (#944) * Update package.json * update links in readme --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9527591..28c8197 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ After that check the following webpage and check http://127.0.0.1:9220/json and | Send messages | ✅ | | Receive messages | ✅ | | Send media (images/audio/documents) | ✅ | -| Send media (video) | ✅ [(requires google chrome)](https://guide.wwebjs.dev/features/handling-attachments#caveat-for-sending-videos-and-gifs) | +| Send media (video) | ✅ [(requires google chrome)](https://wwebjs.dev/guide/handling-attachments.html#caveat-for-sending-videos-and-gifs) | | Send stickers | ✅ | | Receive media (images/audio/video/documents) | ✅ | | Send contact cards | ✅ | @@ -108,7 +108,7 @@ Something missing? Make an issue and let us know! ## Links * [Reference](https://docs.wwebjs.dev/) -* [Guide](https://guide.wwebjs.dev/) _(work in progress)_ +* [Guide](https://wwebjs.dev/guide) _(work in progress)_ * [GitHub](https://github.com/pedroslopez/whatsapp-web.js) * [npm](https://npmjs.org/package/whatsapp-web.js) diff --git a/package.json b/package.json index 7438528..ec22563 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "bugs": { "url": "https://github.com/pedroslopez/whatsapp-web.js/issues" }, - "homepage": "https://guide.wwebjs.dev/", + "homepage": "https://wwebjs.dev/", "dependencies": { "@pedroslopez/moduleraid": "^5.0.2", "fluent-ffmpeg": "^2.1.2",