docs: Fixed broken link to Android KeyStore facility

Bug: 13663279
Change-Id: I859b3c9a35f9e6c63cb0c29260f4aa1aa33ab15c
This commit is contained in:
Kevin Hufnagle
2016-09-19 11:31:08 -07:00
parent 8279621b82
commit c0c4ac5e35

View File

@@ -251,8 +251,9 @@ public final class KeyPairGeneratorSpec implements AlgorithmParameterSpec {
/**
* Builder class for {@link KeyPairGeneratorSpec} objects.
* <p>
* This will build a parameter spec for use with the <a href="{@docRoot}
* training/articles/keystore.html">Android KeyStore facility</a>.
* This will build a parameter spec for use with the
* <a href="{@docRoot}training/articles/keystore.html">Android KeyStore
* facility</a>.
* <p>
* The required fields must be filled in with the builder.
* <p>