Skip to content

Commit cee4181

Browse files
committed
Fix ill-formatted link to pip-tools
This link seems to have gone through a transform on the way out of reStructuredText and was rendering as raw markup in the docs seen [here](https://pip.pypa.io/en/latest/topics/dependency-resolution/#use-constraint-files-or-lockfiles).
1 parent 3fd3a97 commit cee4181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/topics/dependency-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ how to inspect:
156156

157157
During deployment, you can create a lockfile stating the exact package and
158158
version number for for each dependency of that package. You can create this
159-
with `pip-tools <https://github.com/jazzband/pip-tools/>`\_\_.
159+
with [pip-tools](https://github.com/jazzband/pip-tools/).
160160

161161
This means the "work" is done once during development process, and thus
162162
will avoid performing dependency resolution during deployment.

0 commit comments

Comments
 (0)