Skip to content

Commit

Permalink
Merge pull request #5632 from SasinduDilshara/fix_dev_9287
Browse files Browse the repository at this point in the history
Update Ballerina By Examples to include references to the `binary data` BBE links
  • Loading branch information
MaryamZi authored Sep 19, 2024
2 parents 34561e5 + 9fe4510 commit 98fbd0a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +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/)
5 changes: 4 additions & 1 deletion examples/io-bytes/io_bytes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ For more information on the underlying module, see the [`io` module](https://lib

To run this sample, use the `bal run` command.

::: out io_bytes.out :::
::: out io_bytes.out :::

## Related links
- [Binary data](/learn/by-example/binary-data/)
5 changes: 4 additions & 1 deletion examples/security-crypto/security_crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ For more information on the underlying module, see the [`crypto` module](https:/

Run the program by executing the command below.

::: out security_crypto.out :::
::: out security_crypto.out :::

## Related links
- [Binary data](/learn/by-example/binary-data/)
1 change: 1 addition & 0 deletions examples/tcp-client/tcp_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +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/)

0 comments on commit 98fbd0a

Please sign in to comment.