Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 4baafa7a6b01572df3ea54de18cb4b4e > files > 2

jss-4.2.5-3.0.2mdv2009.0.src.rpm

--- jss-4.2.5/security/jss/jss.html.orig	2008-05-05 19:48:01.000000000 +0200
+++ jss-4.2.5/security/jss/jss.html	2008-05-05 19:50:08.000000000 +0200
@@ -65,19 +65,19 @@
 
 <h2>Programming with JSS</h2>
 Before the SSL classes can be used,
-<a href="javadoc/org/mozilla/jss/NSSInit.html#initialize(java.lang.String, java.lang.String, java.lang.String)">
+<a href="file:///usr/share/javadoc/jss/org/mozilla/jss/NSSInit.html#initialize(java.lang.String, java.lang.String, java.lang.String)">
 <code>NSSInit.initialize</code></a> must be called to open the security
 databases and initialize the random number generator.
-<a href="javadoc/org/mozilla/jss/NSSInit.html#setPasswordCallback(org.mozilla.jss.util.PasswordCallback)"><code>
+<a href="file:///usr/share/javadoc/jss/org/mozilla/jss/NSSInit.html#setPasswordCallback(org.mozilla.jss.util.PasswordCallback)"><code>
 NSSInit.setPasswordCallback</code></a> may be called to change the password
 callback; the default is to prompt for passwords on the command line.
 
 <p>The files in the <code>examples</code> directory illustrate the use of JSS
 in an application:
 <dl>
-<dt><a href="examples/SSLClient.java">SSLClient.java</a>
+<dt><a href="file:///usr/share/doc/jss/examples/SSLClient.java">SSLClient.java</a>
 <dd>An example of an SSL client application.
-<dt><a href="examples/SSLServer.java">SSLServer.java</a>
+<dt><a href="file:///usr/share/doc/jss/examples/SSLServer.java">SSLServer.java</a>
 <dd>An example of an SSL server application.
 To run, it requires certificate
 and key databases that contain a certificate called "SSLServer".  The sample
@@ -93,7 +93,7 @@
 <code>org/mozilla/jss/ssl</code> of a <code>CLASSPATH</code> entry
 in order to be located by the Java virtual machine.
 
-<a href="javadoc/index.html"><h2>Javadoc for the JSS Classes</h2></a>
+<a href="file:///usr/share/javadoc/jss/index.html"><h2>Javadoc for the JSS Classes</h2></a>
 
 <!--/font-->
 </body>