From 3a0e8ff3a6cf7631258741600d09cbad96bd2d41 Mon Sep 17 00:00:00 2001 From: Ilkay Ilknur Date: Mon, 10 May 2021 16:58:30 +0300 Subject: [PATCH] remove incomplete feature links. --- docs/en/Modules/Cms-Kit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Modules/Cms-Kit.md b/docs/en/Modules/Cms-Kit.md index 9dc5029b79..db35912ae6 100644 --- a/docs/en/Modules/Cms-Kit.md +++ b/docs/en/Modules/Cms-Kit.md @@ -2,8 +2,8 @@ This module provides CMS(Content Management System) capabilities for your application. -* Provides a [**page**](cms-kit/) management system to manage dynamic pages. -* Provides a [**blog**](cms-kit/) system to create blogs and publish posts. +* Provides a **page** management system to manage dynamic pages. +* Provides a **blog** system to create blogs and publish posts. * Provides a [**tag**](cms-kit/Tag-Management.md) system to tag any kind of resources, like blog posts. * Provides a [**comment**](cms-kit/Comment-System.md) system to add comments feature to any kind of resource, like blog posts, products, etc. * Provides a [**reaction**](cms-kit/Reaction-System.md) system to add reactions feature to any kind of resource, like blog posts or comments.