Skip to content

Commit 207e46f

Browse files
committed
fix: broken doc links related to entity store
Signed-off-by: Rina Fujino <rina.fujino.23@gmail.com>
1 parent bff20b2 commit 207e46f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/src/operate/entity-management/mqtt_api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ so other properties like `@type` and `@id` cannot be updated after the registrat
149149

150150
:::note
151151
The complete definition of the new entity must be provided in the payload
152-
unlike the [HTTP PATCH API](./http_api.md#update-entity), that accepts the specific fragments to be updated.
152+
unlike the [HTTP PATCH API](./rest_api.md#update-entity), that accepts the specific fragments to be updated.
153153
:::note
154154

155155
### Example: Update the parent of an entity
@@ -179,5 +179,5 @@ tedge mqtt pub -r 'te/device/child01//' ''
179179
:::note
180180
The deregistration of descendant entities is done asynchronously by the `tedge-agent`
181181
and hence the completion time would vary based on how deep the hierarchy is.
182-
Using the [HTTP API](./http_api.md#delete-entity) is recommended for deregistration as it provides clear feedback on completion.
183-
:::
182+
Using the [HTTP API](./rest_api.md#delete-entity) is recommended for deregistration as it provides clear feedback on completion.
183+
:::

docs/src/references/cli/tedge-http.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A `tedge` sub command to interact with the HTTP services hosted on the device by
1010

1111
- the [Cumulocity Proxy](../../cumulocity-proxy/)
1212
- the [File Transfer Service](../../file-transfer-service/)
13-
- the [Entity Store Service](../../../operate/registration/).
13+
- the [Entity Store Service](../../../operate/entity-management/).
1414

1515
This command uses `tedge config` to get the appropriate host, port and credentials to reach these local HTTP services.
1616
So the same command can be used unchanged from the main device or a child device, with TLS or mTLS enabled or not.
@@ -54,7 +54,7 @@ The requests are forwarded to the appropriate service depending on the URL prefi
5454
tedge http put /te/v1/files/target.txt --file source.txt
5555
```
5656

57-
- URIs starting with `/te/v1/entities` are directed to the [Entity Store Service](../../../operate/registration/)
57+
- URIs starting with `/te/v1/entities` are directed to the [Entity Store Service](../../../operate/entity-management/)
5858

5959
```sh title="Listing all entities"
6060
tedge http get /te/v1/entities

0 commit comments

Comments
 (0)