diff --git a/pipenv/cli.py b/pipenv/cli.py index 8752fadd..d1528a3b 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -1653,7 +1653,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('https://docs.pipenv.org/advanced#configuration-with-environment-variables') )) sys.exit(0)