bootstrap: delete link to zephyr docs

This page just got moved so the link is invalid.

I've now been hurt, so I won't trust again by updating it :). Instead,
just remove it entirely.

Signed-off-by: Marti Bolivar <marti@foundries.io>
This commit is contained in:
Marti Bolivar 2019-02-05 15:32:53 -07:00 committed by Carles Cufí
parent d9eaa16eea
commit 36797be4b7
1 changed files with 0 additions and 4 deletions

View File

@ -407,10 +407,6 @@ def wrap(argv):
file=sys.stderr)
print(' - Run "west init -h" for additional information.',
file=sys.stderr)
print(file=sys.stderr)
print('For more information, see:',
'https://docs.zephyrproject.org/latest/tools/west/repo-tool.html', # noqa: E501
file=sys.stderr)
sys.exit(1)
west_git_repo = os.path.join(topdir, WEST_DIR, WEST)