Debugger github branch note update
authorMark Florisson <markflorisson88@gmail.com>
Sun, 5 Dec 2010 18:54:10 +0000 (19:54 +0100)
committerMark Florisson <markflorisson88@gmail.com>
Sun, 5 Dec 2010 18:54:10 +0000 (19:54 +0100)
src/userguide/debugging.rst

index 1ac2b34b56129145189655f5796d1590053dba70..c3d5dadcc757606a98bcf609ba149d122c75186e 100644 (file)
@@ -34,9 +34,11 @@ debug information using the ``--gdb`` flag::
 
     cython --gdb myfile.pyx
 
-.. note:: The debugger is new in the upcoming release of Cython, 0.13.1.
-          Currently, it can be cloned from github at
-          https://markflorisson88@github.com/markflorisson88/cython.
+.. note:: The debugger is not yet part of Cython, but can currently
+          be retrieved here:
+          https://github.com/markflorisson88/cython.
+          This is a branch of Cython and can as such be used standalone, or
+          pulled into the mainline Cython branch (https://github.com/cython/cython).
 
 Running the Debugger
 =====================