Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurk committed Oct 23, 2023
1 parent cc26587 commit e21804f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e21804f

Please sign in to comment.