Skip to content

Commit

Permalink
Use https for freelists.org links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Pall committed Aug 18, 2017
1 parent 82151a4 commit f3d7507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ext_ffi_semantics.html
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ <h2 id="param">Parameterized Types</h2>
<p>
The main use for parameterized types are libraries implementing abstract
data types
(<a href="http://www.freelists.org/post/luajit/ffi-type-of-pointer-to,8"><span class="ext">&raquo;</span>&nbsp;example</a>),
(<a href="https://www.freelists.org/post/luajit/ffi-type-of-pointer-to,8">example</a>),
similar to what can be achieved with C++ template metaprogramming.
Another use case are derived types of anonymous structs, which avoids
pollution of the global struct namespace.
Expand Down

0 comments on commit f3d7507

Please sign in to comment.