Skip to content

Commit dd4c334

Browse files
radubunicoder88
authored andcommitted
Update 1. Describe Magento’s module-based architecture.md
fix broken link
1 parent 37659a5 commit dd4c334

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

1. Magento Architecture and Customization Techniques/1. Describe Magento’s module-based architecture.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Specifically:
143143
>The module extends another module’s configuration.
144144
>The module extends another module’s layout.
145145
>
146-
> -- [Magento DevDocs - Module dependency types](http://devdocs.magento.com/guides/v2.2/architecture/archi_perspectives/components/modules/mod_depend_types.html)
146+
> -- [Magento DevDocs - Module dependency types](http://devdocs.magento.com/guides/v2.2/architecture/archi_perspectives/components/modules/mod_depend.html)
147147
148148
Magento module install order flow:
149149
>1. The module serving as a dependency for another module
@@ -154,10 +154,10 @@ Following dependencies should not be created:
154154
>1. Undeclared
155155
>1. Incorrect
156156
>
157-
> -- [Magento DevDocs - Module dependency types](http://devdocs.magento.com/guides/v2.2/architecture/archi_perspectives/components/modules/mod_depend_types.html)
157+
> -- [Magento DevDocs - Module dependency types](http://devdocs.magento.com/guides/v2.2/architecture/archi_perspectives/components/modules/mod_depend.html)
158158
159159

160-
>You can build dependencies between classes in the application layer, but these classes must belong to the same module. Dependencies between the modules of the application layer should be built only by the service contract or the service provider interface (SPI). - [Magento DevDocs - Module dependency types](http://devdocs.magento.com/guides/v2.2/architecture/archi_perspectives/components/modules/mod_depend_types.html)
160+
>You can build dependencies between classes in the application layer, but these classes must belong to the same module. Dependencies between the modules of the application layer should be built only by the service contract or the service provider interface (SPI). - [Magento DevDocs - Module dependency types](http://devdocs.magento.com/guides/v2.2/architecture/archi_perspectives/components/modules/mod_depend.html)
161161
162162
### Magento areas
163163
A Magento area organizes code for optimized request processing by loading components parts which are related only to the specific area. Areas are registered in the `di.xml` file.

0 commit comments

Comments
 (0)