Skip to content

Commit 8c2fd6a

Browse files
authored
Update the URL to PEP440 Version Specifiers anchor (#1051)
- someone must have made the anchor names more meaningful ...
1 parent 6c519b0 commit 8c2fd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/filtering_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This is useful to avoid syncing broken or malicious packages.
4949

5050
## packages
5151

52-
The packages setting is a list of python [pep440 version specifier](https://www.python.org/dev/peps/pep-0440/#id51) of packages to not be mirrored. Enable version specifier filtering for blocklist and allowlist packages through enabling the 'blocklist_release' and 'allowlist_release' plugins, respectively.
52+
The packages setting is a list of python [pep440 version specifier](https://www.python.org/dev/peps/pep-0440/#version-specifiers) of packages to not be mirrored. Enable version specifier filtering for blocklist and allowlist packages through enabling the 'blocklist_release' and 'allowlist_release' plugins, respectively.
5353

5454
Any packages matching the version specifier for blocklist packages will not be downloaded. Any packages not matching the version specifier for allowlist packages will not be downloaded.
5555

0 commit comments

Comments
 (0)