Skip to content

Commit 79cf793

Browse files
docs: Merge pull request #599 from thinkverse/remove-colbyfayock-references
Remove remaining "colbyfayock" references Fixes #593
2 parents 41e0f98 + 018541d commit 79cf793

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)