Skip to content

Commit f3d7507

Browse files
author
Mike Pall
committed
Use https for freelists.org links.
1 parent 82151a4 commit f3d7507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ext_ffi_semantics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ <h2 id="param">Parameterized Types</h2>
844844
<p>
845845
The main use for parameterized types are libraries implementing abstract
846846
data types
847-
(<a href="http://www.freelists.org/post/luajit/ffi-type-of-pointer-to,8"><span class="ext">&raquo;</span>&nbsp;example</a>),
847+
(<a href="https://www.freelists.org/post/luajit/ffi-type-of-pointer-to,8">example</a>),
848848
similar to what can be achieved with C++ template metaprogramming.
849849
Another use case are derived types of anonymous structs, which avoids
850850
pollution of the global struct namespace.

0 commit comments

Comments
 (0)