diff options
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/enthought-rfp.txt | 5 | ||||
| -rw-r--r-- | docutils/docs/dev/todo.txt | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docutils/docs/dev/enthought-rfp.txt b/docutils/docs/dev/enthought-rfp.txt index 86c932c70..5001a5600 100644 --- a/docutils/docs/dev/enthought-rfp.txt +++ b/docutils/docs/dev/enthought-rfp.txt @@ -49,9 +49,8 @@ Source Format 2. The tool must support the use of Traits. Special comment syntax for Traits may be necessary. Information about the Traits package - is available at http://old.scipy.org/site_content/traits. In the - following example, each trait definition is prefaced by a plain - comment:: + is available at http://www.enthought.com/traits/. In the following + example, each trait definition is prefaced by a plain comment:: __traits__ = { diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index 11c8046ab..9513837b3 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -461,7 +461,7 @@ General (Had I known about traits when I was implementing docutils.frontend, I may have used them instead of rolling my own.) - .. _traits: http://old.scipy.org/site_content/traits + .. _traits: http://www.enthought.com/traits/ .. _SciPy: http://www.scipy.org/ * tools/buildhtml.py: Extend the --prune option ("prune" config |
