Skip to content

Commit a8633fd

Browse files
personalization cleanup - fixes (#3323)
1 parent 2d53770 commit a8633fd

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

docs/cdp/cdp_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To create a personalized customer experience, you need to group your clients int
5353
[[= product_name =]] comes with a ready solution - segment groups.
5454
Segment group information is reused by various [[= product_name =]] functionalities, such as [Recommendations](raptor_connector_guide.md) or content targeting.
5555

56-
You can [create a segment group]([[= user_doc =]]/personalization/segment_management/) in the back office of [[= product_name =]].
56+
You can [create a segment group](segments_admin_panel.md) in the back office of [[= product_name =]].
5757
It serves as a container for all segments data generated by [[= product_name_cdp =]].
5858
When you create a segment group, you need to provide its name and identifier.
5959
Be careful while doing so, as after you create the segment group in the back office and connect it to [[= product_name_cdp =]], you cannot change it in any way, including edit its name.

docs/resources/contributing/package_structure.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ A package which groups some DXP features can use an additional prefix, for examp
2727
namespace Ibexa\Commerce;
2828
```
2929

30-
``` php {skip-validation}
31-
namespace Ibexa\Personalization;
32-
```
33-
3430
## Packages
3531

3632
The general package directory structure and corresponding PHP namespace mapping are:

0 commit comments

Comments
 (0)