Skip to content

Commit 7935182

Browse files
committed
Use shorter issue link text
1 parent aef0c4b commit 7935182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ of services easier.
99
## Future of extension
1010
In Nette 3.0, [SearchExtension](https://doc.nette.org/en/3.0/di-builtin-extensions#toc-searchextension) was introduced.
1111
It builds on the same concept as this extension (in which I stole the concept from Symfony DependencyInjection).
12-
Unfortunately there are still a few problems that need to be fixed in order to fully replace `fmasa/auto-di` (https://github.com/nette/di/issues/215), but it's on the other hand part of Nette DI core and supports several features, that `fmasa/auto-di` doesn't (yet).
12+
Unfortunately there are still a few problems that need to be fixed in order to fully replace `fmasa/auto-di` ([nette/di#215](https://github.com/nette/di/issues/215), but it's on the other hand part of Nette DI core and supports several features, that `fmasa/auto-di` doesn't (yet).
1313
These are ways to register services implementing specific interface or extending specific class.
1414

1515
So long-term goal is to deprecate this extension in favor of SearchExtension, when (and if) SearchExtension reaches feature parity.

0 commit comments

Comments
 (0)