@@ -172,7 +172,7 @@ services configured out of the box.
172172
173173- ` FormElementManager ` , mapping to` Zend\Mvc\Service\FormElementManagerFactory ` .
174174 This instantiates the` Zend\Form\FormElementManager ` instance, passing it
175- the service manager instance; this is used to manage[ form elements] ( http ://framework.zend .com/manual/current/en/ zend. form.elements. intro.html ) .
175+ the service manager instance; this is used to manage[ form elements] ( https ://docs.zendframework .com/zend- form/element/ intro/ ) .
176176 It also uses the` DiAbstractServiceFactory ` service, effectively allowing
177177 you to fall back to DI in order to retrieve form elements.
178178
@@ -219,7 +219,7 @@ services configured out of the box.
219219- ` PaginatorPluginManager ` , mapping to` Zend\Mvc\Service\PaginatorPluginManagerFactory ` .
220220 This instantiates the` Zend\Paginator\AdapterPluginManager ` instance,
221221 passing it the service manager instance. This is used to manage
222- [ paginator adapters] ( http ://framework.zend .com/manual/current/en/ zend. paginator.usage.paginating. adapters.html ) .
222+ [ paginator adapters] ( https ://docs.zendframework .com/zend- paginator/advanced/#custom-data-source- adapters) .
223223 It also uses the` DiAbstractServiceFactory ` service, effectively allowing
224224 you to fall back to DI in order to retrieve paginator adapters.
225225
@@ -262,7 +262,7 @@ services configured out of the box.
262262- ` ValidatorManager ` , mapping to` Zend\Mvc\Service\ValidatorManagerFactory ` .
263263 This instantiates the` Zend\Validator\ValidatorPluginManager ` instance,
264264 passing it the service manager instance. This is used to manage
265- [ validators] ( http ://framework.zend .com/manual/current/en/zend. validator.set.html ) .
265+ [ validators] ( https ://docs.zendframework .com/zend-validator/intro/#what-is-a- validator) .
266266 It also uses the` DiAbstractServiceFactory ` service, effectively allowing
267267 you to fall back to DI in order to retrieve validators.
268268
@@ -405,7 +405,7 @@ return [
405405];
406406```
407407
408- See the[ DB adapter documentation] ( http ://framework.zend .com/manual/current/en/ zend.db. adapter.html )
408+ See the[ DB adapter documentation] ( https ://docs.zendframework .com/zend-db/ adapter/ )
409409for more configuration options.
410410
411411###Zend\\ Form\\ FormAbstractServiceFactory
@@ -443,7 +443,7 @@ factory; the primary difference is that all plugin managers have already been
443443injected for you, allowing you the possibility of custom objects or
444444substitutions.
445445
446- See the[ form factory documentation] ( http ://framework.zend .com/manual/current/en/ zend. form. quick-start.factory.html )
446+ See the[ form factory documentation] ( https ://docs.zendframework .com/zend- form/ quick-start/ )
447447for more configuration options.
448448
449449###Zend\\ Log\\ LoggerAbstractServiceFactory