From f3860b1af9ab91872b7d83cbb2834b8af4b976e2 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 10 Jun 2009 08:45:22 +0200 Subject: [PATCH] Update URL for html2rest. --- doc/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/intro.rst b/doc/intro.rst index 7b8f86511..abf34a9a0 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -23,8 +23,8 @@ This section is intended to collect helpful hints for those wanting to migrate to reStructuredText/Sphinx from other documentation systems. * Gerard Flanagan has written a script to convert pure HTML to reST; it can be - found at `Launchpad - `_. + found at `BitBucket + `_. * For converting the old Python docs to Sphinx, a converter was written which can be found at `the Python SVN repository