From 7e717a1bbe3e0fb2aa4e917afc1118ac7ad4a3aa Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Tue, 13 Oct 2009 23:09:49 -0700 Subject: Update all URLs to point to the new site. --- contrib/internal/release.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/internal') diff --git a/contrib/internal/release.py b/contrib/internal/release.py index ea52333..6d414e6 100755 --- a/contrib/internal/release.py +++ b/contrib/internal/release.py @@ -19,7 +19,7 @@ LATEST_PY_VERSION = PY_VERSIONS[-1] PACKAGE_NAME = 'RBTools' RELEASES_URL = \ - 'review-board.org:/var/www/downloads.review-board.org/' \ + 'reviewboard.org:/var/www/downloads.reviewboard.org/' \ 'htdocs/releases/%s/%s.%s/' % (PACKAGE_NAME, VERSION[0], VERSION[1]) @@ -52,7 +52,7 @@ def build_targets(): def build_news(): def linkify_bugs(line): return re.sub(r'(Bug #(\d+))', - r'\1', + r'\1', line) content = "" -- cgit v1.2.3