Skip to content

Commit 4af05dd

Browse files
authored
Merge pull request #103 from pyvec/honzajavorek/update-link
Update link to the docs in the deps linter script
2 parents 9e818fe + c7f3157 commit 4af05dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_scripts/lint_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pipenv lock --requirements | sed -e "$add_slash_re" | sed -e "$remove_comment_re
1212
if ! diff normalized-requirements.txt just-locked-requirements.txt
1313
then
1414
rm *-requirements.txt
15-
help_url='https://pyvec-guide.readthedocs.io/CONTRIBUTING.html#zavislosti'
15+
help_url='https://docs.pyvec.org/CONTRIBUTING.html#zavislosti'
1616
echo ""
1717
echo ""
1818
echo "The requirements.txt file is not up to date. Run" \

0 commit comments

Comments
 (0)