Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
/zend-mvcPublic archive

Commit8d98e54

Browse files
committed
Merge branch 'hotfix/docs-links'
Fixes#265
2 parents8e9a390 +34e89b6 commit8d98e54

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

‎docs/book/intro.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ class Module
403403
There are a number of other methods you can define for tasks ranging from
404404
providing autoloader configuration, to providing services to the
405405
`ServiceManager`, to listening to the bootstrap event. The
406-
[ModuleManager documentation](http:/framework.zend.com/manual/current/en/modules/zend.module-manager.intro.html)
406+
[ModuleManager documentation](https://docs.zendframework.com/zend-modulemanager/)
407407
goes into more detail on these.
408408

409409
##Conclusion

‎docs/book/quick-start.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ That's it. Save the file.
174174
175175
>### Escaping output
176176
>
177-
> What is the method`escapeHtml()`? It's actually a [view helper](http://framework.zend.com/manual/current/en/modules/zend.view.helpers.html),
177+
> What is the method`escapeHtml()`? It's actually a [view helper](https://docs.zendframework.com/zend-view/helpers/intro/),
178178
> and it's designed tohelp mitigate XSS attacks. Never trust user input;if you
179179
> are at all uncertain about thesource of a given variablein your view script,
180180
> escape it using one of the provided escape view helpers depending on thetype

‎docs/book/services.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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/)
409409
for more configuration options.
410410

411411
###Zend\\Form\\FormAbstractServiceFactory
@@ -443,7 +443,7 @@ factory; the primary difference is that all plugin managers have already been
443443
injected for you, allowing you the possibility of custom objects or
444444
substitutions.
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/)
447447
for more configuration options.
448448

449449
###Zend\\Log\\LoggerAbstractServiceFactory

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp