summaryrefslogtreecommitdiff
path: root/docs/manual/misc/password_encryptions.html.en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/misc/password_encryptions.html.en')
-rw-r--r--docs/manual/misc/password_encryptions.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/misc/password_encryptions.html.en b/docs/manual/misc/password_encryptions.html.en
index 2f365d0bae..495e06ce6e 100644
--- a/docs/manual/misc/password_encryptions.html.en
+++ b/docs/manual/misc/password_encryptions.html.en
@@ -50,7 +50,7 @@
<dd>"$apr1$" + the result of an Apache-specific algorithm using an
iterated (1,000 times) MD5 digest of various combinations of a
random 32-bit salt and the password. See the APR source file
- <a href="http://svn.apache.org/viewvc/apr/apr-util/trunk/crypto/apr_md5.c?view=markup">apr_md5.c</a>
+ <a href="http://svn.apache.org/viewvc/apr/apr/trunk/crypto/apr_md5.c?view=markup">apr_md5.c</a>
for the details of the algorithm.</dd>
</dl>