Skip to content

Commit

Permalink
Merge pull request #5869 from abpframework/docs-missing-link
Browse files Browse the repository at this point in the history
Configuration doc link added to Module-Development-Basics.md
  • Loading branch information
hikalkan authored Oct 20, 2020
2 parents 9e8817f + 5e853c2 commit cbedeea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/Module-Development-Basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class BlogModule : AbpModule
}
````

See Configuration (TODO: link) document for more about the configuration system.
See the [Configuration](Configuration.md) document for more about the configuration system.

#### Pre & Post Configure Services

Expand Down Expand Up @@ -139,4 +139,4 @@ A depended module may depend on another module, but you only need to define your
There are **two types of modules.** They don't have any structural difference but categorized by functionality and purpose:

- **Framework modules**: These are **core modules of the framework** like caching, emailing, theming, security, serialization, validation, EF Core integration, MongoDB integration... etc. They do not have application/business functionalities but makes your daily development easier by providing common infrastructure, integration and abstractions.
- **Application modules**: These modules implement **specific application/business functionalities** like blogging, document management, identity management, tenant management... etc. They generally have their own entities, services, APIs and UI components. See [pre-built application modules](Modules/Index.md).
- **Application modules**: These modules implement **specific application/business functionalities** like blogging, document management, identity management, tenant management... etc. They generally have their own entities, services, APIs and UI components. See [pre-built application modules](Modules/Index.md).

0 comments on commit cbedeea

Please sign in to comment.