diff --git a/.github/ISSUE_TEMPLATE/support_question.md b/.github/ISSUE_TEMPLATE/support_question.md index 48b9a3893..a2f3fd0d2 100644 --- a/.github/ISSUE_TEMPLATE/support_question.md +++ b/.github/ISSUE_TEMPLATE/support_question.md @@ -14,7 +14,7 @@ We primarily use GitHub as an issue tracker; for usage and support questions, pl --- -- Documentation: https://wppconnect-team.github.io/wppconnect/ +- Documentation: https://wppconnect.io/wppconnect/ - Discord: https://discord.gg/qCJ95FVbzR - WhatsApp Group: [https://chat.whatsapp.com/EGLVbeFGgt40OkbOCX8Sei] - Also have a look at the readme for more information on how to get support: diff --git a/README.md b/README.md index e7eb74c31..d70f7e0f2 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ > WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things, use your imagination... 😀🤔💭

- Getting Started • - Basic Function • - Documentation + Getting Started • + Basic Function • + Documentation

## Our online channels @@ -42,7 +42,7 @@ | Send _location_ | ✔ | | **and much more** | ✔ | -See more at WhatsApp methods +See more at WhatsApp methods ## Installation @@ -52,7 +52,7 @@ The first thing that you had to do is install the `npm package` : npm i --save @wppconnect-team/wppconnect ``` -See more at Getting Started +See more at Getting Started ## Development diff --git a/src/api/layers/sender.layer.ts b/src/api/layers/sender.layer.ts index ad3975e66..35aa2d547 100644 --- a/src/api/layers/sender.layer.ts +++ b/src/api/layers/sender.layer.ts @@ -85,7 +85,7 @@ export class SenderLayer extends ListenerLayer { * useTemplateButtons: true, // False for legacy * buttons: [ * { - * url: 'https://wppconnect-team.github.io/', + * url: 'https://wppconnect.io/', * text: 'WPPConnect Site' * }, * { @@ -541,7 +541,7 @@ export class SenderLayer extends ListenerLayer { * useTemplateButtons: true, // False for legacy * buttons: [ * { - * url: 'https://wppconnect-team.github.io/', + * url: 'https://wppconnect.io/', * text: 'WPPConnect Site' * }, * { diff --git a/src/controllers/initializer.ts b/src/controllers/initializer.ts index 022fe9a3d..20b397f10 100644 --- a/src/controllers/initializer.ts +++ b/src/controllers/initializer.ts @@ -109,7 +109,7 @@ export async function create( if (usingDeprecatedCreate) { logger.warn( - 'You are using deprecated create method, please use create({options}) See: https://wppconnect-team.github.io/wppconnect/pages/Getting%20Started/creating-client.html#passing-options-on-create' + 'You are using deprecated create method, please use create({options}) See: https://wppconnect.io/wppconnect/pages/Getting%20Started/creating-client.html#passing-options-on-create' ); }