Skip to content

Commit

Permalink
docs: Replaced main site URL to https://wppconnect.io/
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Jun 20, 2022
1 parent ef777ee commit b4670b4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/support_question.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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... 😀🤔💭
<p align="center">
<a href="https://wppconnect-team.github.io/wppconnect/pages/Getting%20Started/installation.html">Getting Started</a> •
<a href="https://wppconnect-team.github.io/wppconnect/pages/Getting%20Started/basic-functions.html">Basic Function</a> •
<a href="https://wppconnect-team.github.io/wppconnect/">Documentation</a>
<a href="https://wppconnect.io/wppconnect/pages/Getting%20Started/installation.html">Getting Started</a> •
<a href="https://wppconnect.io/wppconnect/pages/Getting%20Started/basic-functions.html">Basic Function</a> •
<a href="https://wppconnect.io/wppconnect/">Documentation</a>
</p>

## Our online channels
Expand All @@ -42,7 +42,7 @@
| Send _location_ ||
| **and much more** ||

See more at <a href="https://wppconnect-team.github.io/wppconnect/classes/Whatsapp.html">WhatsApp methods</a>
See more at <a href="https://wppconnect.io/wppconnect/classes/Whatsapp.html">WhatsApp methods</a>

## Installation

Expand All @@ -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 <a href="https://wppconnect-team.github.io/wppconnect/pages/Getting%20Started/installation.html">Getting Started</a>
See more at <a href="https://wppconnect.io/wppconnect/pages/Getting%20Started/installation.html">Getting Started</a>

## Development

Expand Down
4 changes: 2 additions & 2 deletions src/api/layers/sender.layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
* },
* {
Expand Down Expand Up @@ -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'
* },
* {
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/initializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
);
}

Expand Down

0 comments on commit b4670b4

Please sign in to comment.