]> git.llucax.com Git - personal/website.git/blobdiff - source/blog/posts/2008/08/reference-counting.rst
Update resume with The Podcast App
[personal/website.git] / source / blog / posts / 2008 / 08 / reference-counting.rst
index 9f9425f161f98235ff010b06438a6d4ea8d820fc..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.
 
-__ https://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/