Skip to content

Commit cd2ab9e

Browse files
authored
update java sdk download link (pyca#5916)
1 parent 4ba7f21 commit cd2ab9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development/custom-vectors/rsa-oaep-sha2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Download link: :download:`VerifyRSAOAEPSHA2.java
3333
Using the Verifier
3434
------------------
3535

36-
Download and install the `Java 8 SDK`_. Initial verification was performed
36+
Download and install the `Java SDK`_. Initial verification was performed
3737
using ``jdk-8u77-macosx-x64.dmg``.
3838

3939
Download the latest `Bouncy Castle`_ JAR. Initial verification was performed
@@ -53,4 +53,4 @@ Finally, run the program with the path to the SHA-2 vectors:
5353
$ java -classpath ~/Downloads/bcprov-jdk15on-154.jar:./ VerifyRSAOAEPSHA2
5454
5555
.. _`Bouncy Castle`: https://www.bouncycastle.org/
56-
.. _`Java 8 SDK`: https://www.oracle.com/technetwork/java/javase/downloads/index.html
56+
.. _`Java SDK`: https://www.oracle.com/java/technologies/javase-downloads.html

0 commit comments

Comments
 (0)