]> git.llucax.com Git - personal/website.git/blobdiff - source/blog/posts/2008/08/reference-counting.rst
Add some missing posts
[personal/website.git] / source / blog / posts / 2008 / 08 / reference-counting.rst
index ce3226a6d33e54960ecff27bf747267873b5f5ff..63fd03748f0d1bfa06dcfb09a5db4e1e15bf9385 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
+__ /blog/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/