Skip to content

Commit 7f32109

Browse files
authoredSep 25, 2020
Update README.md
1 parent e0ac2dc commit 7f32109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🗝️ dotenv-java
22

3-
![](https://travis-ci.org/cdimascio/dotenv-java.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/cdimascio/dotenv-java/badge.svg?branch=fixes)](https://coveralls.io/github/cdimascio/dotenv-java?branch=fixes) [![Maven Central](https://img.shields.io/maven-central/v/io.github.cdimascio/dotenv-java.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.cdimascio%22%20AND%20a:%22dotenv-java%22) [ ![Download](https://api.bintray.com/packages/cdimascio/maven/dotenv-java/images/download.svg) ](https://bintray.com/cdimascio/maven/dotenv-java/_latestVersion) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/66b8195f0da544f1ad9ed1352c0ea66f)](https://app.codacy.com/app/cdimascio/dotenv-java?utm_source=github.com&utm_medium=referral&utm_content=cdimascio/dotenv-java&utm_campaign=Badge_Grade_Dashboard) [![](https://img.shields.io/gitter/room/cdimascio-oss/community?color=%23eb205a)](https://gitter.im/cdimascio-oss/community) [![](https://img.shields.io/badge/doc-javadoc-blue)](https://cdimascio.github.io/dotenv-java/javadoc/) ![](https://img.shields.io/badge/license-Apache%202.0-blue.svg)
3+
![](https://travis-ci.org/cdimascio/dotenv-java.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/cdimascio/dotenv-java/badge.svg?branch=fixes)](https://coveralls.io/github/cdimascio/dotenv-java?branch=fixes) [![Maven Central](https://img.shields.io/maven-central/v/io.github.cdimascio/dotenv-java.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.cdimascio%22%20AND%20a:%22dotenv-java%22) [ ![Download](https://api.bintray.com/packages/cdimascio/maven/dotenv-java/images/download.svg) ](https://bintray.com/cdimascio/maven/dotenv-java/_latestVersion) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/66b8195f0da544f1ad9ed1352c0ea66f)](https://app.codacy.com/app/cdimascio/dotenv-java?utm_source=github.com&utm_medium=referral&utm_content=cdimascio/dotenv-java&utm_campaign=Badge_Grade_Dashboard) [![](https://img.shields.io/gitter/room/cdimascio-oss/community?color=%23eb205a)](https://gitter.im/cdimascio-oss/community) [![](https://img.shields.io/badge/doc-javadoc-blue)](https://cdimascio.github.io/dotenv-java/docs/javadoc/) ![](https://img.shields.io/badge/license-Apache%202.0-blue.svg)
44

55
A no-dependency, pure Java port of the Ruby dotenv project. Load environment variables from a `.env` file.
66

@@ -189,7 +189,7 @@ for (DotenvEntry e : dotenv.entries()) {
189189

190190
## Javadoc
191191

192-
see [javadoc](https://cdimascio.github.io/dotenv-java/javadoc/)
192+
see [javadoc](https://cdimascio.github.io/dotenv-java/docs/javadoc/)
193193

194194
## FAQ
195195

0 commit comments

Comments
 (0)
Please sign in to comment.