diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2014-07-07 03:12:02 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2014-07-07 03:12:02 +0000 |
| commit | 2340e8aeca9422bf4d14e384d64dcfa3aa8fe8e3 (patch) | |
| tree | 60209e52cfd74b6d319e1d28e5663b8cb109e081 /docutils/docs/howto | |
| parent | 3f25577c134197bb1ca9ce935073b531bdfb246f (diff) | |
| download | docutils-2340e8aeca9422bf4d14e384d64dcfa3aa8fe8e3.tar.gz | |
Fix references of CVS to code HEAD
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7769 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/howto')
| -rw-r--r-- | docutils/docs/howto/i18n.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docutils/docs/howto/i18n.txt b/docutils/docs/howto/i18n.txt index 66293d82c..69bf19fda 100644 --- a/docutils/docs/howto/i18n.txt +++ b/docutils/docs/howto/i18n.txt @@ -166,7 +166,7 @@ Testing the Language Modules Whenever a new language module is added or an existing one modified, the unit tests should be run. The test modules can be found in the -docutils/test directory from CVS_ or from the `latest CVS snapshot`_. +docutils/test directory from code_ or from the `latest snapshot`_. The ``test_language.py`` module can be run as a script. With no arguments, it will test all language modules. With one or more @@ -182,8 +182,8 @@ language codes, it will test just those languages. For example:: Use the "alltests.py" script to run all test modules, exhaustively testing the parser and other parts of the Docutils system. -.. _CVS: http://sourceforge.net/cvs/?group_id=38414 -.. _latest CVS snapshot: http://docutils.sf.net/docutils-snapshot.tgz +.. _code: https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/ +.. _latest snapshot: https://sourceforge.net/p/docutils/code/HEAD/tarball Submitting the Language Modules |
