Skip to content

Commit

Permalink
Update binary data reference links
Browse files Browse the repository at this point in the history
  • Loading branch information
SasinduDilshara committed Sep 18, 2024
1 parent 48beca2 commit 092dafb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Run the service as follows.
## Related links
- [`getByteStream()` - API documentation](https://lib.ballerina.io/ballerina/http/latest#Request#getByteStream)
- [`http` module - Specification](/spec/http/#41-service-configuration)
- [Binary Data](/learn/by-example/binary-data/)
- [Binary data](/learn/by-example/binary-data/)
2 changes: 1 addition & 1 deletion examples/io-bytes/io_bytes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ To run this sample, use the `bal run` command.
::: out io_bytes.out :::

## Related links
- [Binary Data](/learn/by-example/binary-data/)
- [Binary data](/learn/by-example/binary-data/)
2 changes: 1 addition & 1 deletion examples/tcp-client/tcp_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Run the client program by executing the command below.
## Related links
- [`tcp:Client` client object - API documentation](https://lib.ballerina.io/ballerina/tcp/latest#Client)
- [TCP Client - Specification](/spec/tcp/#4-client)
- [Binary Data](/learn/by-example/binary-data/)
- [Binary data](/learn/by-example/binary-data/)
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ For more information on the underlying module, see the [`data.yaml` module](http
::: code yaml_to_anydata_with_projection.bal :::

::: out yaml_to_anydata_with_projection.out :::

## Related links
- [Binary Data](/learn/by-example/binary-data/)

0 comments on commit 092dafb

Please sign in to comment.