From e21804f1bdc62eab1fe3edde76703be1a5b60b28 Mon Sep 17 00:00:00 2001 From: Serhiy Barhamon Date: Mon, 23 Oct 2023 21:57:55 +0200 Subject: [PATCH] fix readme --- readme.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 0f5efc3..72bae31 100644 --- a/readme.md +++ b/readme.md @@ -37,7 +37,7 @@ assert_eq!( Unofficial api. This is not supported by Cloudinary, and can break at any time. Officially you should use public_id that you get from upload. -(Support)[https://support.cloudinary.com/hc/en-us/community/posts/360006941639-How-to-programmatically-retrieve-public-id-from-URL-] +[Support](https://support.cloudinary.com/hc/en-us/community/posts/360006941639-How-to-programmatically-retrieve-public-id-from-URL-) ```rust use cloudinary::transformation::Image; diff --git a/src/lib.rs b/src/lib.rs index e53c791..98deb38 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -35,7 +35,7 @@ //! Unofficial api. This is not supported by Cloudinary, and can break at any time. //! Officially you should use public_id that you get from upload. //! -//! (Support)[https://support.cloudinary.com/hc/en-us/community/posts/360006941639-How-to-programmatically-retrieve-public-id-from-URL-] +//! [Support](https://support.cloudinary.com/hc/en-us/community/posts/360006941639-How-to-programmatically-retrieve-public-id-from-URL-) //! //! ```rust //! use cloudinary::transformation::Image;