Skip to content

Commit 26b8f98

Browse files
committed
Remove "colbyfayock" references
1 parent 03d06fd commit 26b8f98

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
hello@colbyfayock.com.
63+
community@cloudinary.com.
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ import { CldImage } from 'next-cloudinary';
7979
## ❤️ Community & Support
8080

8181
* [GitHub: Create an Issue](https://github.com/cloudinary-community/next-cloudinary/issues)
82-
* [Twitter: @colbyfayock](https://twitter.com/colbyfayock)
82+
* [Twitter: @cloudinary](https://twitter.com/cloudinary)
8383

8484
## 🛠 Contributing
8585

docs/pages/changelog.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ This is a fundamental change in how the API works
9191

9292
**CldUploadWidget**
9393
* Add Content-Type to CldUploadWidget signature endpoint ([#379](https://github.com/cloudinary-community/next-cloudinary/issues/379))
94-
* Deprecates some CldUploadWidget types in favor of natively defined types from [@cloudinary-util/types](https://github.com/colbyfayock/cloudinary-util/tree/main/packages/types)
94+
* Deprecates some CldUploadWidget types in favor of natively defined types from [@cloudinary-util/types](https://github.com/cloudinary-community/cloudinary-util/tree/main/packages/types)
9595
* CldUploadWidgetInfo, CldUploadWidgetPropsOptions, CldUploadWidgetResults
9696
* Updates onError and onClose callbacks to have a consistent API with the rest of the callbacks ([#424](https://github.com/cloudinary-community/next-cloudinary/pull/424))
9797
* Deprecates onUpload in favor of onSuccess, matching the native Cloudinary Upload Widget API ([#424](https://github.com/cloudinary-community/next-cloudinary/pull/424))
9898

9999
**CldVideoPlayer**
100100
* Removes autoPlay in favor of autoplay
101101
* Video Player: CldVideoPlayerPropsColors
102-
* Deprecates some CldVideoPlayer types in favor of natively defined types from [@cloudinary-util/types](https://github.com/colbyfayock/cloudinary-util/tree/main/packages/types)
102+
* Deprecates some CldVideoPlayer types in favor of natively defined types from [@cloudinary-util/types](https://github.com/cloudinary-community/cloudinary-util/tree/main/packages/types)
103103
* CldVideoPlayerPropsColors

docs/pages/getcldimageurl/basic-usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const url = getCldImageUrl({
5151
</div>
5252

5353
<Callout emoji={false}>
54-
getCldImageUrl uses the same API as [CldImage](/cldimage/basic-usage). They're both wrappers around [@cloudinary-util/url-loader](https://github.com/colbyfayock/cloudinary-util/tree/main/packages/url-loader) which provide a simpler way to generate images and Cloudinary URLs.
54+
getCldImageUrl uses the same API as [CldImage](/cldimage/basic-usage). They're both wrappers around [@cloudinary-util/url-loader](https://github.com/cloudinary-community/cloudinary-util/tree/main/packages/url-loader) which provide a simpler way to generate images and Cloudinary URLs.
5555
</Callout>
5656

5757
## Transformations

docs/pages/getcldimageurl/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Table from '../../components/Table';
1717

1818
# getCldImageUrl Configuration
1919

20-
Configuration for getCldImageUrl is the same as [CldImage](/cldimage/configuration), which both use the same underlying API [@cloudinary-util/url-loader](https://github.com/colbyfayock/cloudinary-util/tree/main/packages/url-loader).
20+
Configuration for getCldImageUrl is the same as [CldImage](/cldimage/configuration), which both use the same underlying API [@cloudinary-util/url-loader](https://github.com/cloudinary-community/cloudinary-util/tree/main/packages/url-loader).
2121

2222
The function takes two main arguments: options and config.
2323

0 commit comments

Comments
 (0)