Skip to content

Commit 17520ad

Browse files
Update README.md
1 parent 8b191a4 commit 17520ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ For Java, Cloudinary provides a library for simplifying the integration even fur
2222

2323
## Setup ######################################################################
2424

25-
The cloudinary_java library is available in [Maven Central](http://repo1.maven.org/maven/). To use it, add the following dependency to your pom.xml :
25+
The cloudinary_java library is available in [Maven Central](https://repo1.maven.org/maven2/com/cloudinary/). To use it, add the following dependency to your pom.xml :
2626

2727
<dependency>
2828
<groupId>com.cloudinary</groupId>
2929
<artifactId>cloudinary-http42</artifactId>
3030
<version>1.1.0</version>
3131
</dependency>
3232

33-
Alternatively, download cloudinary_java from [here](https://github.com/cloudinary/cloudinary_java/cloudinary-http42/tarball/master)
33+
Alternatively, download cloudinary_java from [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-core/1.1.0/cloudinary-core-1.1.0.jar) and [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-http42/1.1.0/cloudinary-http42-1.1.0.jar)
3434
and see [pom.xml](https://github.com/cloudinary/cloudinary_java/cloudinary-http42/blob/master/pom.xml) for library dependencies.
3535

3636
## Try it right away

0 commit comments

Comments
 (0)