Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit b3904b9

Browse files
authored
Merge pull request #9313 from #9313
Imported 9313 Remove incorrect link for 'domain' term
2 parents c67d539 + 82fd074 commit b3904b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/architecture/archi_perspectives/domain_layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ menu_title: Domain layer
66

77
## The Magento Domain layer
88

9-
The [domain](https://glossary.magento.com/domain) layer holds the business logic layer of a Magento [module](https://glossary.magento.com/module). It typically does not contain resource-specific or database-specific information. Its primary functions include:
9+
The domain layer holds the business logic layer of a Magento [module](https://glossary.magento.com/module). It typically does not contain resource-specific or database-specific information. Its primary functions include:
1010

1111
* Defining the generic Magento data objects, or models, that contain business logic. This logic defines which operations can be performed on particular types of data, such as a Customer object. These models contain generic information only. Applications can also use SOAP or RESTful endpoints to request data from models.
1212

0 commit comments

Comments
 (0)