X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/a54920556f14589a2b7f4123e8b6cc8797ff2496..2270f1fb21528602c4053cfca0c1d109088b5ddf:/source/proj/dgc/index.rst
diff --git a/source/proj/dgc/index.rst b/source/proj/dgc/index.rst
index 4f7724d..f641c3b 100644
--- a/source/proj/dgc/index.rst
+++ b/source/proj/dgc/index.rst
@@ -1,10 +1,4 @@
-.. raw:: html
-
-
-
-
-
=====================================
D Concurrent Garbage Collector (CDGC)
=====================================
@@ -23,15 +17,15 @@ order`__).
__ http://www.digitalmars.com/d/
__ http://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29
-__ http://www.llucax.com.ar/blog/blog/tag/dgc
-__ http://www.llucax.com.ar/blog/
-__ http://www.llucax.com.ar/blog/blog/tag/dgc?sort=+date
+__ /blog/blog/tag/dgc
+__ /blog/
+__ /blog/blog/tag/dgc?sort=+date
I have a page where I kept track of :doc:`interesting papers ` I read
(or I want to read). If you know of any papers you think I would be
interested in, I'll appreciate if you can drop me an `e-mail`__.
-__ mailto:luca@llucax.com.ar
+__ mailto:luca@llucax.com
I've been lurking (and sometimes posting ;) to the `D newsgroups`__ for quite
some time now (I think since 2005). In that time I collected some
@@ -53,8 +47,8 @@ __ http://git-scm.com/
* CDGC__: The collector itself.
* dgcbench__: The benchmarks used to test the performance of the collector.
-__ http://git.llucax.com.ar/w/software/dgc/cdgc.git
-__ http://git.llucax.com.ar/w/software/dgc/dgcbench.git
+__ https://git.llucax.com/w/software/dgc/cdgc.git
+__ https://git.llucax.com/w/software/dgc/dgcbench.git
These other repositories are in in Spanish:
@@ -62,9 +56,9 @@ These other repositories are in in Spanish:
* Informe__: The thesis document itself.
* Presentacion__: The slides used to present the thesis.
-__ http://git.llucax.com.ar/w/z.facultad/75.00/propuesta.git
-__ http://git.llucax.com.ar/w/z.facultad/75.00/informe.git
-__ http://git.llucax.com.ar/w/z.facultad/75.00/presentacion.git
+__ https://git.llucax.com/w/z.facultad/75.00/propuesta.git
+__ https://git.llucax.com/w/z.facultad/75.00/informe.git
+__ https://git.llucax.com/w/z.facultad/75.00/presentacion.git
You can download too a :download:`CD image ` with all the code and
binaries ready to be tested (also available as a :download:`tar archive
@@ -80,6 +74,6 @@ __ http://www.dsource.org/projects/druntime
__ http://www.dsource.org/projects/druntime/browser/branches/CDGC
__ http://www.dsource.org/projects/tango/ticket/1997
__ http://www.dsource.org/projects/tango
-__ http://llucax.com.ar/blog/blog/post/-3d3bc8f4
+__ /blog/blog/post/-3d3bc8f4
.. vim: set et sw=3 sts=3 tw=78 :