Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed Aug 5, 2024
1 parent 2ec603e commit 3c6d2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tango/custom-transport/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ While there might not be any other transports that can create ADB Sockets direct

:::info

The difference between a custom transport and a custom [Daemon Transport connection](./daemon/custom-connection.mdx) or [Server Transport connector](./server/client.mdx#create-connector) is that, the former handles raw request and response data for ADB commands, while the latter always has those data in an encoded format.
The difference between a custom transport and a custom [Daemon Transport connection](../daemon/custom-connection.mdx) or [Server Transport connector](../server/client.mdx#create-connector) is that, the former handles raw request and response data for ADB commands, while the latter always has those data in an encoded format.

For example, to write a unit test for an ADB command, a custom transport only needs to return the expected response data, but a Daemon Transport connection must encode that response using Daemon protocol, which then gets decoded by Daemon Transport.

Expand Down

0 comments on commit 3c6d2e2

Please sign in to comment.