diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 01:06:16 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 01:06:16 +0000 |
commit | f3d5157564992f1ef9f390b3ce0c7d3706ba0f19 (patch) | |
tree | 4d9312c73d585628304bee0e045562054f9c351d /doc/libskarnet.html | |
parent | 3aad40d38f3cba359f78f81dd27b420d19aa45b7 (diff) | |
download | skalibs-f3d5157564992f1ef9f390b3ce0c7d3706ba0f19.tar.xz |
doc: fix URLs
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> |