Skip to content

Commit 06e3ac1

Browse files
authored
Fix link
1 parent 42bffa8 commit 06e3ac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/refguide9/modeling/integration/odata-services/published-odata-services/odata-representation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In the settings of the OData service, you can choose how associations are repres
4444

4545
### As a Link
4646

47-
When you choose to represent associations as links, the data of associated objects can be included in the response by using the `$expand` query parameter. For more information, see [Retrieving Associated Objects](/refguide/odata-query-options/#retrieving-associated-objects).
47+
When you represent associations as links, the data of associated objects can be included in the response by using the `$expand` query parameter. For more information, see the [Retrieving Associated Objects](/refguide/supported-odata-operations/#retrieving-associated-objects) section of *Supported OData Operations*.
4848

4949
This means that you can only expose an association when the entity on the other side is a resource of this service as well. This also means that you cannot publish the same entity more than once in the same service (because in that case, it would not be clear where the link should point to).
5050

0 commit comments

Comments
 (0)