Skip to content

Commit d4e1c01

Browse files
authored
fixed java se badge
1 parent 5ca131e commit d4e1c01

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
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/markenwerk/java-utils-mail-dkim.svg?branch=master)](https://travis-ci.org/markenwerk/java-utils-mail-dkim)
44
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.markenwerk/utils-mail-dkim/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.markenwerk/utils-mail-dkim)
5-
[![Java SE 6](https://img.shields.io/badge/java-SE_6-brightgreen.svg)](http://docs.oracle.com/javase/6/docs/api/)
5+
[![Java SE 7](https://img.shields.io/badge/java-SE_7-brightgreen.svg)](http://docs.oracle.com/javase/7/docs/api/)
66
[![Apache 2.0 License](https://img.shields.io/badge/license-Apache_2.0-brightgreen.svg)](https://github.com/markenwerk/java-utils-mail-dkim/blob/master/LICENSE)
77

88
This is a simple to use library to use [DKIM](https://en.wikipedia.org/wiki/DKIM) features in conjunction with [JavaMail](https://javaee.github.io/javamail/).
@@ -145,4 +145,4 @@ domainKey.check(from, getDkimPrivateKeyFileForSender(from));
145145
[MimeMessage]: http://javamail.java.net/nonav/docs/api/index.html?javax/mail/internet/MimeMessage.html
146146
[Session]: http://javamail.java.net/nonav/docs/api/index.html?javax/mail/Session.html
147147

148-
[RSAPrivateKey]: http://docs.oracle.com/javase/8/docs/api/index.html?java/security/interfaces/RSAPrivateKey.html
148+
[RSAPrivateKey]: http://docs.oracle.com/javase/8/docs/api/index.html?java/security/interfaces/RSAPrivateKey.html

0 commit comments

Comments
 (0)