From d4323bdb027428e9a174115d2c9e18c5cfbc6542 Mon Sep 17 00:00:00 2001 From: jnormandeau Date: Fri, 20 Sep 2019 17:39:51 -0400 Subject: [PATCH] Fixed a 404 The current link resolves to : https://docs.abp.io/en//Latest/ which gives a 404. --- docs/en/Modules/Index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Modules/Index.md b/docs/en/Modules/Index.md index 2771c9a8a9..662ecf30a6 100644 --- a/docs/en/Modules/Index.md +++ b/docs/en/Modules/Index.md @@ -15,7 +15,7 @@ There are some **free and open source** application modules developed and mainta * **Audit Logging**: Used to persist audit logs to a database. * **Background Jobs**: Used to persist background jobs when using default background job manager. * **Blogging**: Used to create fancy blogs. ABP's [own blog](https://abp.io/blog/abp/) already using this module. -* [**Docs**](Docs.md): Used to create technical documentation pages. ABP's [own documentation](https://abp.io/documents/) 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. * **Identity**: Used to manage roles, users and their permissions. * **Identity Server**: Integrates to IdentityServer4. * **Permission Management**: Used to persist permissions. @@ -23,4 +23,4 @@ There are some **free and open source** application modules developed and mainta * **Tenant Management**: Used to manage tenants for a [multi-tenant](../Multi-Tenancy.md) application. * **Users**: Used to abstract users, so other modules can depend on this instead of the Identity module. -Documenting the modules is in the progress. See [this repository](https://github.com/abpframework/abp/tree/master/modules) for source code of all modules. \ No newline at end of file +Documenting the modules is in the progress. See [this repository](https://github.com/abpframework/abp/tree/master/modules) for source code of all modules.