From bb9d160f72dbbfd05d38fe2a6ce656df3e612289 Mon Sep 17 00:00:00 2001 From: "Pedro S. Lopez" Date: Tue, 29 Dec 2020 00:37:25 -0400 Subject: [PATCH] docs: switch links to point to the guide --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4174741..f925d59 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,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://github.com/pedroslopez/whatsapp-web.js/issues/78#issuecomment-592723583) | +| Send media (video) | ✅ [(requires google chrome)](https://waguide.pedroslopez.me/features/handling-attachments#caveat-for-sending-videos-and-gifs) | | Send stickers | ✅ | | Receive media (images/audio/video/documents) | ✅ | | Send contact cards | ✅ | diff --git a/package.json b/package.json index 0c73130..cab39c7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "bugs": { "url": "https://github.com/pedroslopez/whatsapp-web.js/issues" }, - "homepage": "https://github.com/pedroslopez/whatsapp-web.js#readme", + "homepage": "https://waguide.pedroslopez.me/", "dependencies": { "@pedroslopez/moduleraid": "^4.1.0", "fluent-ffmpeg": "^2.1.2",