diff --git a/pipenv/cli.py b/pipenv/cli.py index b19801d9..9aaf728c 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -108,7 +108,7 @@ def cli( click.echo(' - {0}'.format(crayons.normal(key, bold=True))) click.echo('\nYou can learn more at:\n {0}'.format( - crayons.green('http://docs.pipenv.org/advanced.html#configuration-with-environment-variables') + crayons.green('http://docs.pipenv.org/advanced/#configuration-with-environment-variables') )) sys.exit(0)