Skip to content

Commit

Permalink
fix typo in url
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Tardy committed Jun 28, 2016
1 parent 761ac22 commit 5f7f5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/db/model.py
Expand Up @@ -36,7 +36,7 @@ class EightUpgradeError(Exception):
def __init__(self):
message = """You are trying to upgrade a buildbot 0.8.x master to buildbot 0.9.x
This is not supported. Please start from a clean database
http://docs.buildbot.net/latest/manual/installation/nine-upgrade.htm"""
http://docs.buildbot.net/latest/manual/installation/nine-upgrade.html"""
# Call the base class constructor with the parameters it needs
super(EightUpgradeError, self).__init__(message)

Expand Down

0 comments on commit 5f7f5c2

Please sign in to comment.