Skip to content

Commit

Permalink
Merge pull request #5547 from pypa/issue-fix-readme
Browse files Browse the repository at this point in the history
Fix Readme.md links.
  • Loading branch information
oz123 committed Dec 19, 2022
2 parents fa2e035 + 700a135 commit 6485555
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,15 @@ Table Of Contents

- [Installation](#installation)

- [User Testimonals](#☤-user-testimonials)

- [Features](#☤-features)
- [Features](#features)

- [Basic Concepts](#basic-concepts)

- [Other Commands](#other-commands)

- [Shell Completion](#shell-completion)

- [Usage](#☤-usage)
- [Usage](#usage)

- [Usage Examples](#usage-examples)

Expand Down Expand Up @@ -82,7 +80,7 @@ Table Of Contents

- [Use the shell](#use-the-shell)

- [Documentation](#☤-documentation)
- [Documentation](#documentation)

Installation
------------
Expand Down Expand Up @@ -121,23 +119,7 @@ Otherwise, refer to the [documentation](https://pipenv.pypa.io/en/latest/#instal

✨🍰✨

☤ User Testimonials
-------------------

**David Gang**---

: *This package manager is really awesome. For the first time I know
exactly what my dependencies are which I installed and what the
transitive dependencies are. Combined with the fact that installs
are deterministic, makes this package manager first class, like
cargo*.

**Justin Myles Holmes**---

: *Pipenv is finally an abstraction meant to engage the mind instead
of merely the filesystem.*

☤ Features
Features
----------

- Enables truly *deterministic builds*, while easily specifying *only
Expand Down Expand Up @@ -195,7 +177,7 @@ Alternatively, with bash, add this to your configuration `~/.bashrc` or `~/.bash

Magic shell completions are now enabled!

Usage
Usage
-------

$ pipenv --help
Expand Down Expand Up @@ -372,7 +354,7 @@ You can read more about [pip's implementation of vcs support here](https://pip.p
Launching subshell in virtual environment. Type 'exit' or 'Ctrl+D' to return.
$ ▯

Documentation
Documentation
---------------

Documentation resides over at [pipenv.pypa.io](https://pipenv.pypa.io/en/latest/).

0 comments on commit 6485555

Please sign in to comment.