From cb7b91188968df77083438e078c67d611ec652b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Fri, 21 May 2021 13:57:44 +0300 Subject: [PATCH] Update Blogging.md --- docs/en/Modules/Cms-Kit/Blogging.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/Modules/Cms-Kit/Blogging.md b/docs/en/Modules/Cms-Kit/Blogging.md index 8f7690ffdb..43ab85e129 100644 --- a/docs/en/Modules/Cms-Kit/Blogging.md +++ b/docs/en/Modules/Cms-Kit/Blogging.md @@ -33,17 +33,17 @@ Blog feature uses some of the other CMS Kit features. You can enable or disable You can select/deselect the desired features for blog posts. -![features-dialog](D:\Github\abp\docs\en\images\cmskit-module-features-dialog.png) +![features-dialog](../../images/cmskit-module-features-dialog.png) ### Blog Post Management When you create blogs, you can manage blog posts on this page. -![blog-posts-page](D:\Github\abp\docs\en\images\cmskit-module-blog-posts-page.png) +![blog-posts-page](../../images/cmskit-module-blog-posts-page.png) You can create and edit an existing blog post on this page. If you enable specific features such as tags, you can set tags for the blog post on this page. -![blog-post-edit](D:\Github\abp\docs\en\images\cmskit-module-blog-post-edit.png) +![blog-post-edit](../../images/cmskit-module-blog-post-edit.png) ## Internals