Skip to content

Commit

Permalink
Merge pull request #2768 from singingwolfboy/github-capital-h
Browse files Browse the repository at this point in the history
GitHub has a capital H
  • Loading branch information
uranusjr authored Aug 22, 2018
2 parents 5da09fd + 952653d commit dfa1dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_templates/hacks.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</style>

<!-- GitHub Logo -->
<a href="https://github.com/kennethreitz/pipenv" class="github-corner" aria-label="View source on Github">
<a href="https://github.com/kennethreitz/pipenv" class="github-corner" aria-label="View source on GitHub">
<svg width="80" height="80" viewBox="0 0 250 250" style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true">
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path>
Expand Down
2 changes: 1 addition & 1 deletion pipenv/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def validate_pypi_mirror(ctx, param, value):
@option(
"--support",
is_flag=True,
help="Output diagnostic information for use in Github issues.",
help="Output diagnostic information for use in GitHub issues.",
)
@option("--clear", is_flag=True, help="Clears caches (pipenv, pip, and pip-tools).")
@version_option(prog_name=crayons.normal("pipenv", bold=True), version=__version__)
Expand Down

0 comments on commit dfa1dce

Please sign in to comment.