Skip to content

Commit

Permalink
Merge pull request #1278 from bbelyeu/fix-link
Browse files Browse the repository at this point in the history
Fix bad link in pipenv --envs output
  • Loading branch information
nateprewitt committed Jan 11, 2018
2 parents 6b79ace + 55ef582 commit ec0c998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ec0c998

Please sign in to comment.