diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-10-29 15:05:25 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-10-29 15:05:25 +0000 |
| commit | 886fbced666630f2b7512e5b442f442588269d89 (patch) | |
| tree | 99771702b2722d2d840ff08889f8d7fc1c8c95ef /docutils | |
| parent | 637e57af25692d6a43347409bbb6efc47b5ab416 (diff) | |
| download | docutils-886fbced666630f2b7512e5b442f442588269d89.tar.gz | |
fixed links
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3975 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
| -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 |
