Skip to content

Commit 2c9b9f5

Browse files
committed
content_api.md: Fix internal links
1 parent b544209 commit 2c9b9f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/personalization/developer_guide/content_api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Personalization server can use external information about the items
44

55
# Content API
66

7-
Apart from the [events]([[= user_doc =]]/personalization/event_types)
7+
Apart from the [events]([[= user_doc =]]/personalization/event_types/)
88
collected by the recommendation client, the recommendation engine can use external information
99
about the products.
1010
This information must be uploaded to the recommendation engine by the administrator of the website.
@@ -58,7 +58,7 @@ The following call attributes are available:
5858

5959
| Parameter name | Description | Value |
6060
|---|---|---|
61-
| `customerid` | Your customer ID, as defined when [enabling Personalization](../enabling_personalization.md#configuring-customer-credentials) (for example, "00000"). | alphanumeric |
61+
| `customerid` | Your customer ID, as defined when [enabling Personalization](enabling_personalization.md#setting-up-customer-credentials) (for example, "00000"). | alphanumeric |
6262
| `itemid` | A unique ID of the Content item/product. Used to identify the item in the database. | integer |
6363
| `itemtypeid` | An ID of the type of Content item/product. In most cases, the value is 1 but you might have items/products of more than one type. | integer |
6464
| `lang` | A [language code](../../internationalization.md) of the Content item/product (for example, "ger-DE"). This parameter is optional. | string |

0 commit comments

Comments
 (0)