summaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index f801ec8..f4eca6d 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -29,7 +29,7 @@ performing user database access on Unix systems.
Usually, user database access via <tt>getpwnam()</tt> and similar
function is provided by the system's libc. However, not all libcs implement
a configurable backend for the user/group database. For instance the
-<a href="https://musl-libc.org/">musl</a> libc, on Linux, only supports
+<a href="https://musl.libc.org/">musl</a> libc, on Linux, only supports
the standard <tt>/etc/passwd</tt> mechanism; it also supports the
<tt>nscd</tt> protocol but this is not quite enough:
</p>