]> git.llucax.com Git - personal/website.git/blobdiff - source/blog/posts/2008/08/reference-counting.rst
Make https:// compatible
[personal/website.git] / source / blog / posts / 2008 / 08 / reference-counting.rst
index ce3226a6d33e54960ecff27bf747267873b5f5ff..9f9425f161f98235ff010b06438a6d4ea8d820fc 100644 (file)
@@ -8,7 +8,7 @@ with the mutator. And besides it could be hard to add support to the
 compiler, it's doable by manually incrementing and decrementing the
 reference counters to evaluate it.
 
 compiler, it's doable by manually incrementing and decrementing the
 reference counters to evaluate it.
 
-__ http://proj.llucax.com.ar/blog/dgc/blog/post/361c2fb9
+__ https://proj.llucax.com.ar/blog/dgc/blog/post/361c2fb9
 __ http://en.wikipedia.org/wiki/Reference_counting
 __ http://www.digitalmars.com/d/
 
 __ http://en.wikipedia.org/wiki/Reference_counting
 __ http://www.digitalmars.com/d/