aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
Diffstat (limited to 'release.py')
-rw-r--r--release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index 0136c4b7..632bf4cb 100644
--- a/release.py
+++ b/release.py
@@ -234,7 +234,7 @@ def _linkified_text(rst_content):
anchors = sorted(anchors)
- bitroot = 'http://bitbucket.org/tarek/distribute'
+ bitroot = 'https://bitbucket.org/tarek/distribute'
rst_content += "\n"
for x in anchors:
issue = re.findall(r'\d+', x)[0]