summaryrefslogtreecommitdiff
path: root/contrib/internal/release.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/internal/release.py')
-rwxr-xr-xcontrib/internal/release.py4
1 files changed, 2 insertions, 2 deletions
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'<a href="http://www.review-board.org/bug/\2">\1</a>',
+ r'<a href="http://www.reviewboard.org/bug/\2">\1</a>',
line)
content = ""