diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 2dc3a8cba6..8ee490b3fa 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -40,4 +40,4 @@ To test your changes within your own project:
5. If everything works as expected, you’ve successfully implemented your changes without breaking the library.
[discord]: https://discord.wwebjs.dev/
-[issue-tracker]: https://github.com/pedroslopez/whatsapp-web.js/issues
+[issue-tracker]: https://github.com/wwebjs/whatsapp-web.js/issues
diff --git a/.github/workflows/labels-sync.yml b/.github/workflows/labels-sync.yml
index d256986e7e..1125c0ad23 100644
--- a/.github/workflows/labels-sync.yml
+++ b/.github/workflows/labels-sync.yml
@@ -21,7 +21,7 @@ concurrency:
jobs:
label-sync:
runs-on: ubuntu-latest
- if: github.repository_owner == 'pedroslopez'
+ if: github.repository_owner == 'wwebjs'
steps:
- uses: actions/checkout@v6
- uses: crazy-max/ghaction-github-labeler@v5
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 20c3e914bc..83458254d2 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -22,7 +22,7 @@ concurrency:
jobs:
release:
runs-on: ubuntu-latest
- if: github.repository == 'pedroslopez/whatsapp-web.js'
+ if: github.repository == 'wwebjs/whatsapp-web.js'
permissions:
contents: write
id-token: write
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 290df60847..d1e275e5e5 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -15,7 +15,7 @@ concurrency:
jobs:
stale:
- if: github.repository_owner == 'pedroslopez'
+ if: github.repository_owner == 'wwebjs'
runs-on: ubuntu-latest
steps:
- name: Mark stale issues and PRs
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml
index c6a160142d..eb439168bf 100644
--- a/.github/workflows/update.yml
+++ b/.github/workflows/update.yml
@@ -15,7 +15,7 @@ concurrency:
jobs:
update:
- if: github.repository_owner == 'pedroslopez'
+ if: github.repository_owner == 'wwebjs'
runs-on: ubuntu-latest
defaults:
run:
@@ -51,4 +51,4 @@ jobs:
Tests should be run against this new version before merging.
labels: whatsapp change
- reviewers: pedroslopez
+ reviewers: wwebjs
diff --git a/README.md b/README.md
index 1ec1828cc9..c9efeab310 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,9 @@
src="https://img.shields.io/npm/v/whatsapp-web.js.svg" alt="npm" />
-
- ![]()
+
@@ -142,16 +142,16 @@ limitations under the License.
[guide]: https://guide.wwebjs.dev/guide
[guide-source]: https://github.com/wwebjs/wwebjs.dev/tree/main
[documentation]: https://docs.wwebjs.dev/
-[documentation-source]: https://github.com/pedroslopez/whatsapp-web.js/tree/main/docs
+[documentation-source]: https://github.com/wwebjs/whatsapp-web.js/tree/main/docs
[discord]: https://discord.wwebjs.dev
-[gitHub]: https://github.com/pedroslopez/whatsapp-web.js
+[gitHub]: https://github.com/wwebjs/whatsapp-web.js
[npm]: https://npmjs.org/package/whatsapp-web.js
[nodejs]: https://nodejs.org/en/download/
-[examples]: https://github.com/pedroslopez/whatsapp-web.js/blob/main/example.js
+[examples]: https://github.com/wwebjs/whatsapp-web.js/blob/main/example.js
[auth-strategies]: https://wwebjs.dev/guide/creating-your-bot/authentication.html
[google-chrome]: https://wwebjs.dev/guide/creating-your-bot/handling-attachments.html#caveat-for-sending-videos-and-gifs
[deprecated-video]: https://www.youtube.com/watch?v=hv1R1rLeVVE
-[gitHub-sponsors]: https://github.com/sponsors/pedroslopez
+[gitHub-sponsors]: https://github.com/sponsors/wwebjs
[support-payPal]: https://www.paypal.me/psla/
[contributing]: .github/CONTRIBUTING.md
[whatsapp]: https://whatsapp.com
diff --git a/example.js b/example.js
index 195f3c0cab..0c93efbebf 100644
--- a/example.js
+++ b/example.js
@@ -150,7 +150,7 @@ client.on('message', async (msg) => {
* }
*
* For more usage examples:
- * @see https://github.com/pedroslopez/whatsapp-web.js/pull/2344#usage-example1
+ * @see https://github.com/wwebjs/whatsapp-web.js/pull/2344#usage-example1
*/
console.log(result);
} else if (msg.body === '!creategroup') {
@@ -201,7 +201,7 @@ client.on('message', async (msg) => {
* }
*
* For more usage examples:
- * @see https://github.com/pedroslopez/whatsapp-web.js/pull/2344#usage-example2
+ * @see https://github.com/wwebjs/whatsapp-web.js/pull/2344#usage-example2
*/
console.log(result);
} else if (msg.body === '!groupinfo') {
diff --git a/package.json b/package.json
index 1f63aeadac..50eb0c46cf 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/pedroslopez/whatsapp-web.js.git"
+ "url": "git+https://github.com/wwebjs/whatsapp-web.js.git"
},
"keywords": [
"whatsapp",
@@ -31,7 +31,7 @@
"author": "Pedro Lopez",
"license": "Apache-2.0",
"bugs": {
- "url": "https://github.com/pedroslopez/whatsapp-web.js/issues"
+ "url": "https://github.com/wwebjs/whatsapp-web.js/issues"
},
"homepage": "https://wwebjs.dev/",
"dependencies": {
diff --git a/src/Client.js b/src/Client.js
index 15727c8efb..d9a30ea42b 100644
--- a/src/Client.js
+++ b/src/Client.js
@@ -1422,7 +1422,7 @@ class Client extends EventEmitter {
)
) {
console.warn(
- 'Mentions with an array of Contact are now deprecated. See more at https://github.com/pedroslopez/whatsapp-web.js/pull/2166.',
+ 'Mentions with an array of Contact are now deprecated. See more at https://github.com/wwebjssapp-web.js/pull/2166.',
);
options.mentions = options.mentions.map(
(a) => a.id._serialized,
diff --git a/src/structures/Message.js b/src/structures/Message.js
index b3323bf116..d26a4c13c5 100644
--- a/src/structures/Message.js
+++ b/src/structures/Message.js
@@ -881,7 +881,7 @@ class Message extends Base {
)
) {
console.warn(
- 'Mentions with an array of Contact are now deprecated. See more at https://github.com/pedroslopez/whatsapp-web.js/pull/2166.',
+ 'Mentions with an array of Contact are now deprecated. See more at https://github.com/wwebjs/whatsapp-web.js/pull/2166.',
);
options.mentions = options.mentions.map(
(a) => a.id._serialized,