diff options
Diffstat (limited to 'doc/libskarnet.html')
-rw-r--r-- | doc/libskarnet.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libskarnet.html b/doc/libskarnet.html index 82f381d..5ff9154 100644 --- a/doc/libskarnet.html +++ b/doc/libskarnet.html @@ -68,7 +68,7 @@ time functions such as <tt>tain_now()</tt>, you will also need to link with <tt>timer.lib</tt> for <tt>timer_create</tt> functions, and so on. This is, unfortunately, the only way to work with all the idiosyncrasies and whimsies of various libcs; only -<a href="http://www.musl-libc.org/">musl</a> does the sensible thing and +<a href="https://www.musl-libc.org/">musl</a> does the sensible thing and exports all its functions from <tt>libc.a</tt> and <tt>libc.so</tt>, without requiring any additional linker command line flags. </li> </ul> |