From 86f7320f7bc6a1b08433fc12c2f33cc6db547f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 1 Jul 2020 09:28:42 +0300 Subject: [PATCH] rename OU doc. --- docs/en/Modules/Index.md | 2 +- .../{OrganizationUnit-Management.md => Organization-Units.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/en/Modules/{OrganizationUnit-Management.md => Organization-Units.md} (100%) diff --git a/docs/en/Modules/Index.md b/docs/en/Modules/Index.md index 82464cd580..97581a39af 100644 --- a/docs/en/Modules/Index.md +++ b/docs/en/Modules/Index.md @@ -17,7 +17,7 @@ There are some **free and open source** application modules developed and mainta * **Blogging**: Used to create fancy blogs. ABP's [own blog](https://blog.abp.io/) already using this module. * [**Docs**](Docs.md): Used to create technical documentation pages. ABP's [own documentation](https://docs.abp.io) already using this module. * **Feature Management**: Used to persist and manage the [features](../Features.md). -* **Identity**: Manages [organization units](OrganizationUnit-Management.md), roles, users and their permissions, based on the Microsoft Identity library. +* **Identity**: Manages [organization units](Organization-Units.md), roles, users and their permissions, based on the Microsoft Identity library. * **IdentityServer**: Integrates to IdentityServer4. * **Permission Management**: Used to persist permissions. * **[Setting Management](Setting-Management.md)**: Used to persist and manage the [settings](../Settings.md). diff --git a/docs/en/Modules/OrganizationUnit-Management.md b/docs/en/Modules/Organization-Units.md similarity index 100% rename from docs/en/Modules/OrganizationUnit-Management.md rename to docs/en/Modules/Organization-Units.md