Skip to content

Commit ee20b2a

Browse files
committed
Conform to new markdownlint rule
A new rule, `MD059/descriptive-link-text`, was added in markdownlint's 0.38.0 release, which itself is used in v0.45.0 of markdownlint-cli. As such, we must update to conform to the new rule.
1 parent d070095 commit ee20b2a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,10 @@ you can begin to use `pyenv`.
132132
For a list of Python versions that are already installed and ready to
133133
use with `pyenv`, use the command `pyenv versions`. To see a list of
134134
the Python versions available to be installed and used with `pyenv`
135-
use the command `pyenv install --list`. You can read more
136-
[here](https://github.com/pyenv/pyenv/blob/master/COMMANDS.md) about
137-
the many things that `pyenv` can do. See
138-
[here](https://github.com/pyenv/pyenv-virtualenv#usage) for the
139-
additional capabilities that pyenv-virtualenv adds to the `pyenv`
135+
use the command `pyenv install --list`. You can read more about
136+
the [many things that `pyenv` can do](https://github.com/pyenv/pyenv/blob/master/COMMANDS.md).
137+
See the [usage information](https://github.com/pyenv/pyenv-virtualenv#usage)
138+
for the additional capabilities that pyenv-virtualenv adds to the `pyenv`
140139
command.
141140

142141
#### Creating the Python virtual environment ####

0 commit comments

Comments
 (0)