aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit-import-orig4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-import-orig b/git-import-orig
index 284bf0d..f3344be 100755
--- a/git-import-orig
+++ b/git-import-orig
@@ -140,8 +140,8 @@ def main(argv):
if not repo.has_branch(options.upstream_branch) and not is_empty:
print >>sys.stderr, """
Repository does not have branch '%s' for upstream sources. If there is none see
-/usr/share/doc/git-buildpackage/manual-html/gbpc.import.convert.html on howto
-create it otherwise use --upstream-branch to specify it.
+file:///usr/share/doc/git-buildpackage/manual-html/gbp.import.html#GBP.IMPORT.CONVERT
+on howto create it otherwise use --upstream-branch to specify it.
""" % options.upstream_branch
raise GbpError