Skip to content

Commit f995885

Browse files
committed
docs scanner: extensions issues
1 parent f0752e1 commit f995885

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/manuals/extensions/extensions-sdk/dev/api/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ddClient.extension.vm.service
2020
.then((value: any) => console.log(value)
2121
```
2222
23-
See [Service API Reference](/reference/api/extensions-sdk/HttpService.md) for other methods such as POST, UPDATE, and DELETE.
23+
See [Service API Reference](/reference/api/extensions-sdk/HttpService.md) for other HTTP methods.
2424
2525
> Deprecated extension backend communication
2626
>

content/manuals/extensions/extensions-sdk/dev/api/dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ ddClient.host.openExternal("https://docker.com");
8484
8585
For more details about method parameters and the return types available, see [Desktop host API reference](/reference/api/extensions-sdk/Host.md).
8686

87-
> Deprecated user notifications
87+
> Deprecated external URL opening
8888
>
8989
> This method is deprecated and will be removed in a future version. Use the methods specified above.
9090

content/manuals/extensions/extensions-sdk/dev/api/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ The `ddClient` object gives access to various APIs:
3434
- [Dashboard](dashboard.md)
3535
- [Navigation](dashboard-routes-navigation.md)
3636

37-
See also the [Extensions API reference](reference/api/extensions-sdk/_index.md).
37+
See also the [Extensions API reference](/reference/api/extensions-sdk/_index.md).

0 commit comments

Comments
 (0)