diff --git a/docs/en/Modules/Cms-Kit/Pages.md b/docs/en/Modules/Cms-Kit/Pages.md index b508621f49..7945bfd5ff 100644 --- a/docs/en/Modules/Cms-Kit/Pages.md +++ b/docs/en/Modules/Cms-Kit/Pages.md @@ -18,10 +18,11 @@ CMS Kit module admin side adds the following items to the main menu, under the * Pages page is used to manage dynamic pages in the system. -![pages-page](D:\Github\abp\docs\en\images\cmskit-module-pages-page.png) +![pages-page](../../images/cmskit-module-pages-page.png) You can create or edit an existing page on this page. -![pages-edit](D:\Github\abp\docs\en\images\cmskit-module-pages-edit.png) +![pages-edit](../../images/cmskit-module-pages-edit.png) + +When you create a page, you can access the created page via `/pages/{slug}` URL. -When you create a page, you can access the created page via `/pages/{slug}` URL. \ No newline at end of file diff --git a/docs/en/Modules/Cms-Kit/Ratings.md b/docs/en/Modules/Cms-Kit/Ratings.md index 7e7d3a0ca3..8702feb24e 100644 --- a/docs/en/Modules/Cms-Kit/Ratings.md +++ b/docs/en/Modules/Cms-Kit/Ratings.md @@ -27,7 +27,7 @@ Configure(options => - `EntityType`: Name of the entity type. -## MVC UI +## The Rating Widget The ratings system provides a rating widget to allow users send ratings to resources in public websites. You can simply place the widget on a page like below. @@ -101,4 +101,4 @@ See the [connection strings](https://docs.abp.io/en/abp/latest/Connection-String ##### Collections -- **CmsRatings** +- **CmsRatings** \ No newline at end of file