diff options
author | Ingela Anderton Andin <[email protected]> | 2015-05-08 15:57:15 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-05-11 12:24:26 +0200 |
commit | 0f2d15c95f98e7b271111c9311210a808c624adb (patch) | |
tree | 212b882a6504e4d46e4c34e07dae36579312b29d /lib/public_key/doc/src/part.xml | |
parent | fad4130bd8844097b6406ddc587b2185de1937fe (diff) | |
download | otp-0f2d15c95f98e7b271111c9311210a808c624adb.tar.gz otp-0f2d15c95f98e7b271111c9311210a808c624adb.tar.bz2 otp-0f2d15c95f98e7b271111c9311210a808c624adb.zip |
public_key, ssl: Align public_key and ssl doc
Make sure that links from ssl to public_key work.
OTP-12670 - Ignoring 1.2 extension in 1.0 or TLS-1.1
solved by 5edda23ee854038c9d4bcddd0d676ee0ffd20da5
is mentioned here to make the release scripts happy,
as the branch solving this accidently had a name ending 1267
instead of 12670
Diffstat (limited to 'lib/public_key/doc/src/part.xml')
-rw-r--r-- | lib/public_key/doc/src/part.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public_key/doc/src/part.xml b/lib/public_key/doc/src/part.xml index d3cc9303bd..465f311946 100644 --- a/lib/public_key/doc/src/part.xml +++ b/lib/public_key/doc/src/part.xml @@ -38,7 +38,7 @@ PKCS</url> standard.</p> </description> <xi:include href="introduction.xml"/> - <xi:include href="records.xml"/> + <xi:include href="public_key_records.xml"/> <xi:include href="using_public_key.xml"/> </part> |