diff --git a/doc/en/projects.txt b/doc/en/projects.txt index efdae0cbb..a076ba23e 100644 --- a/doc/en/projects.txt +++ b/doc/en/projects.txt @@ -19,7 +19,7 @@ Here are some examples of projects using py.test (please send notes via :ref:`co * `mwlib `_ mediawiki parser and utility library * `The Translate Toolkit `_ for localization and conversion * `execnet `_ rapid multi-Python deployment -* `pylib `_ cross-platform path, IO, dynamic code library +* `pylib `_ cross-platform path, IO, dynamic code library * `Pacha `_ configuration management in five minutes * `bbfreeze `_ create standalone executables from Python scripts * `pdb++ `_ a fancier version of PDB diff --git a/doc/en/tmpdir.txt b/doc/en/tmpdir.txt index d41c1a9f7..55b7c629b 100644 --- a/doc/en/tmpdir.txt +++ b/doc/en/tmpdir.txt @@ -68,6 +68,6 @@ When distributing tests on the local machine, ``py.test`` takes care to configure a basetemp directory for the sub processes such that all temporary data lands below a single per-test run basetemp directory. -.. _`py.path.local`: http://pylib.org/path.html +.. _`py.path.local`: http://py.rtfd.org/path.html diff --git a/doc/ja/projects.txt b/doc/ja/projects.txt index aca1b1252..985987340 100644 --- a/doc/ja/projects.txt +++ b/doc/ja/projects.txt @@ -26,7 +26,7 @@ py.test を使っているプロジェクトを紹介します (:ref:`contact` * `mwlib `_ mediawiki parser and utility library * `The Translate Toolkit `_ for localization and conversion * `execnet `_ rapid multi-Python deployment - * `pylib `_ cross-platform path, IO, dynamic code library + * `pylib `_ cross-platform path, IO, dynamic code library * `Pacha `_ configuration management in five minutes * `bbfreeze `_ create standalone executables from Python scripts * `pdb++ `_ a fancier version of PDB @@ -59,7 +59,7 @@ py.test を使っているプロジェクトを紹介します (:ref:`contact` * `mwlib `_: mediawiki のパーサーとユーティリティライブラリ * `The Translate Toolkit `_: ローカライズと変換 * `execnet `_: 高速な multi-Python デプロイ -* `pylib `_: クロスプラットフォームのパス、IO、動的コードライブラリ +* `pylib `_: クロスプラットフォームのパス、IO、動的コードライブラリ * `Pacha `_: 5分でできる構成管理 * `bbfreeze `_: Python スクリプトから単独で実行できる実行可能ファイルの作成 * `pdb++ `_: PDB の手の込んだバージョン diff --git a/doc/ja/tmpdir.txt b/doc/ja/tmpdir.txt index 3b4276405..4ea3e2dcc 100644 --- a/doc/ja/tmpdir.txt +++ b/doc/ja/tmpdir.txt @@ -97,6 +97,6 @@ ``py.test`` は、ローカルマシン上で分散テストを行うとき、全ての一時データが basetemp ディレクトリの配下で実行されてテスト毎に一意になるよう、サブプロセスに対しても basetemp ディレクトリをちゃんと設定します。 -.. _`py.path.local`: http://pylib.org/path.html +.. _`py.path.local`: http://py.rtfd.org/path.html