From 11dbdc95a290710d8ea16fde209abfeffb94ee28 Mon Sep 17 00:00:00 2001 From: "Zaid \"Nico" Date: Tue, 9 Mar 2021 09:12:36 -0500 Subject: [PATCH] replace cordis.didinele.me with cordis.js.org --- README.md | 2 +- libs/bitfield/README.md | 2 +- libs/brokers/README.md | 2 +- libs/common/README.md | 2 +- libs/error/README.md | 2 +- libs/gateway/README.md | 2 +- libs/queue/README.md | 2 +- libs/redis-store/README.md | 2 +- libs/rest/README.md | 2 +- libs/routers/README.md | 2 +- libs/snowflake/README.md | 2 +- libs/store/README.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index de03db1..86c9934 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

- Explore the docs » Join Our Discord! + Explore the docs » Join Our Discord!

diff --git a/libs/bitfield/README.md b/libs/bitfield/README.md index 3dac1e6..5e51135 100644 --- a/libs/bitfield/README.md +++ b/libs/bitfield/README.md @@ -12,7 +12,7 @@ Data structure for working with bitfields. - `yarn add @cordis/bitfield` ## Documentation -You can find documentation for the whole project over at https://cordis.didinele.me +You can find documentation for the whole project over at https://cordis.js.org ## Contributing Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages. diff --git a/libs/brokers/README.md b/libs/brokers/README.md index 4371a10..b169e7f 100644 --- a/libs/brokers/README.md +++ b/libs/brokers/README.md @@ -12,7 +12,7 @@ A library containing message brokers for all sorts of patterns & protocols - `yarn add @cordis/brokers` ## Documentation -You can find documentation for the whole project over at https://cordis.didinele.me +You can find documentation for the whole project over at https://cordis.js.org ## Contributing Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages. diff --git a/libs/common/README.md b/libs/common/README.md index 3adeaad..1e0442a 100644 --- a/libs/common/README.md +++ b/libs/common/README.md @@ -12,7 +12,7 @@ A library containing cordis utility functions/types/structures. - `yarn add @cordis/common` ## Documentation -You can find documentation for the whole project over at https://cordis.didinele.me +You can find documentation for the whole project over at https://cordis.js.org ## Contributing Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages. diff --git a/libs/error/README.md b/libs/error/README.md index 78738cc..4ebf12e 100644 --- a/libs/error/README.md +++ b/libs/error/README.md @@ -12,7 +12,7 @@ A library for easily creating error classes with pre-defined messages. - `yarn add @cordis/error` ## Documentation -You can find documentation for the whole project over at https://cordis.didinele.me +You can find documentation for the whole project over at https://cordis.js.org ## Contributing Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages. diff --git a/libs/gateway/README.md b/libs/gateway/README.md index 6794c8d..026ec26 100644 --- a/libs/gateway/README.md +++ b/libs/gateway/README.md @@ -38,7 +38,7 @@ main(); ``` ## Documentation -You can find documentation for the whole project over at https://cordis.didinele.me +You can find documentation for the whole project over at https://cordis.js.org ## Contributing Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages. diff --git a/libs/queue/README.md b/libs/queue/README.md index d6c2ac3..9b2ee8e 100644 --- a/libs/queue/README.md +++ b/libs/queue/README.md @@ -12,7 +12,7 @@ Simple and sequential queue for async operations. - `yarn add @cordis/queue` ## Documentation -You can find documentation for the whole project over at https://cordis.didinele.me +You can find documentation for the whole project over at https://cordis.js.org ## Contributing Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages. diff --git a/libs/redis-store/README.md b/libs/redis-store/README.md index 3f0e804..209ce76 100644 --- a/libs/redis-store/README.md +++ b/libs/redis-store/README.md @@ -14,7 +14,7 @@ This package implements [`@cordis/store`](https://github.com/cordis-lib/cordis/t - `yarn add @cordis/redis-store` ## Documentation -You can find documentation for the whole project over at https://cordis.didinele.me +You can find documentation for the whole project over at https://cordis.js.org ## Contributing Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages. diff --git a/libs/rest/README.md b/libs/rest/README.md index 0ba3afb..5dad945 100644 --- a/libs/rest/README.md +++ b/libs/rest/README.md @@ -33,7 +33,7 @@ main(); ``` ## Documentation -You can find documentation for the whole project over at https://cordis.didinele.me +You can find documentation for the whole project over at https://cordis.js.org ## Contributing Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages. diff --git a/libs/routers/README.md b/libs/routers/README.md index 020d1bd..858ec85 100644 --- a/libs/routers/README.md +++ b/libs/routers/README.md @@ -24,7 +24,7 @@ console.log(user); ``` ## Documentation -You can find documentation for the whole project over at https://cordis.didinele.me +You can find documentation for the whole project over at https://cordis.js.org ## Contributing Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages. diff --git a/libs/snowflake/README.md b/libs/snowflake/README.md index 7012f63..b63496b 100644 --- a/libs/snowflake/README.md +++ b/libs/snowflake/README.md @@ -12,7 +12,7 @@ Simple package for destructuring (Twitter) Discord snowflakes. - `yarn add @cordis/snowflake` ## Documentation -You can find documentation for the whole project over at https://cordis.didinele.me +You can find documentation for the whole project over at https://cordis.js.org ## Contributing Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages. diff --git a/libs/store/README.md b/libs/store/README.md index adf2152..c5edfa6 100644 --- a/libs/store/README.md +++ b/libs/store/README.md @@ -14,7 +14,7 @@ This package implements a simple in-memory store that actually extends the stand - `yarn add @cordis/store` ## Documentation -You can find documentation for the whole project over at https://cordis.didinele.me +You can find documentation for the whole project over at https://cordis.js.org ## Contributing Please see the main [README.md](https://github.com/cordis-lib/cordis) for info on how to contribute to this package or the other `@cordis` packages.