File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 🗝️ dotenv-java
2
2
3
-  [](https://coveralls.io/github/cdimascio/dotenv-java?branch=fixes) [](https://search.maven.org/search?q=g:%22io.github.cdimascio%22%20AND%20a:%22dotenv-java%22) [  ](https://bintray.com/cdimascio/maven/dotenv-java/_latestVersion) [](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://gitter.im/cdimascio-oss/community) [](https://cdimascio.github.io/dotenv-java/javadoc/) 
3
+  [](https://coveralls.io/github/cdimascio/dotenv-java?branch=fixes) [](https://search.maven.org/search?q=g:%22io.github.cdimascio%22%20AND%20a:%22dotenv-java%22) [  ](https://bintray.com/cdimascio/maven/dotenv-java/_latestVersion) [](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://gitter.im/cdimascio-oss/community) [](https://cdimascio.github.io/dotenv-java/docs/javadoc/) 
4
4
5
5
A no-dependency, pure Java port of the Ruby dotenv project. Load environment variables from a ` .env ` file.
6
6
@@ -189,7 +189,7 @@ for (DotenvEntry e : dotenv.entries()) {
189
189
190
190
## Javadoc
191
191
192
- see [ javadoc] ( https://cdimascio.github.io/dotenv-java/javadoc/ )
192
+ see [ javadoc] ( https://cdimascio.github.io/dotenv-java/docs/ javadoc/ )
193
193
194
194
## FAQ
195
195
You can’t perform that action at this time.
0 commit comments