Skip to content

Commit

Permalink
Documentation links minor fixes.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Balarev <andrey.balarev@bosch.io>
  • Loading branch information
abalarev committed Dec 13, 2022
1 parent 472d559 commit 13cc67b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permalink: connectivity-manage-connections.html
---

In order to manage (CRUD) connections in Ditto, the [HTTP API](http-api-doc.html#/Connections)
is recommended to be used instead of the old fashion way using [Piggyback commands](connectivity-manage-connections-piggyback.html).
is recommended to be used instead of the old fashion [Manage connections via Piggyback commands](connectivity-manage-connections-piggyback.html).
As this is not a task for a developer, but more for a "DevOps engineer", the endpoint for creating new connections
to external systems is authenticated using the ["devops"](installation-operating.html#devops-user) user.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -720,9 +720,9 @@ Example piggyback for
```

#### Managing connections
The recommended way to manage (CRUD) connections in Ditto is by using the [Manage connections HTTP API](connectivity-manage-connections.html).
The recommended way to manage (CRUD) connections in Ditto is by using the [Manage connections via HTTP API](connectivity-manage-connections.html).

However, [Piggyback commands](connectivity-manage-connections-piggyback.html) are still available to do this.
However, [Manage connections via Piggyback commands](connectivity-manage-connections-piggyback.html) is still available to do this.

#### Managing background cleanup

Expand Down

0 comments on commit 13cc67b

Please sign in to comment.