Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 8dd397b

Browse files
author
Jakub
authored
Fix deprecated url on zend-mvc intro page
1 parent 00c3d63 commit 8dd397b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Within the MVC layer, several sub-components are exposed:
3333
as automated template name resolution, automated view model creation and
3434
injection, etc.
3535

36-
The gateway to the MVC is the [Zend\\Mvc\\Application](https://github.com/zendframework/zf2/blob/master/library/Zend/Mvc/Application.php)
36+
The gateway to the MVC is the [Zend\\Mvc\\Application](https://github.com/zendframework/zend-mvc/blob/master/src/Application.php)
3737
object (referred to as `Application` henceforth). Its primary responsibilities
3838
are to **bootstrap** resources, to **route** the request, and to retrieve and
3939
**dispatch** the controller matched during routing. Once accomplished, it will

0 commit comments

Comments
 (0)