diff --git a/aio/content/guide/image-directive-setup.md b/aio/content/guide/image-directive-setup.md index e9a82ad3801..757d2edcb54 100644 --- a/aio/content/guide/image-directive-setup.md +++ b/aio/content/guide/image-directive-setup.md @@ -23,7 +23,7 @@ Based on the image services commonly used with Angular applications, `NgOptimize | Image Service | Angular API | Documentation | |:--- |:--- |:--- | | Cloudflare Image Resizing | `provideCloudflareLoader` | [Documentation](https://developers.cloudflare.com/images/image-resizing/) | -| Cloudinary | `provideCloudinaryLoader` | [Documentation](https://developers.cloudflare.com/images/image-resizing/) | | +| Cloudinary | `provideCloudinaryLoader` | [Documentation](https://cloudinary.com/documentation/resizing_and_cropping) | | ImageKit | `provideImageKitLoader` | [Documentation](https://docs.imagekit.io/) | | Imgix | `provideImgixLoader` | [Documentation](https://docs.imgix.com/) | @@ -93,4 +93,4 @@ providers: [ A loader function for the `NgOptimizedImage` directive takes an object with the `ImageLoaderConfig` type (from `@angular/common`) as its argument and returns the absolute URL of the image asset. The `ImageLoaderConfig` object contains the `src`and `width` properties. -Note: a custom loader must support requesting images at various widths in order for `rawSrcset` to work properly. \ No newline at end of file +Note: a custom loader must support requesting images at various widths in order for `rawSrcset` to work properly.