diff --git a/README.md b/README.md index c1f15cd..b82ffd6 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ you don't need to rely on the import side-effects. Create a new registry for a given namespace. Returns a setter function that can be used as a decorator or called with a name and `func` keyword argument. If `entry_points=True` is set, the registry will check for -[Python entry points](https://packaging.python.org/tutorials/packaging-projects/#entry-points) +[Python entry points](https://packaging.python.org/en/latest/specifications/entry-points) advertised for the given namespace, e.g. the entry point group `spacy_architectures` for the namespace `"spacy", "architectures"`, in `Registry.get` and `Registry.get_all`. This allows other packages to