Skip to content

Commit

Permalink
Fix hyperlinks (#178)
Browse files Browse the repository at this point in the history
* Fix hyperlinks

* hyperlink add
  • Loading branch information
snandam authored May 15, 2024
1 parent 5c87a85 commit 34afcc6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion portals/kafka/aiven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ To learn how end-to-end trust is established, please read: “[<mark style="colo

Please select an example to dig in:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="self_hosted.md"><mark style="color:blue;"><strong>Aiven - </strong></mark></a><mark style="color:blue;"><strong>Self Hosted</strong></mark></td><td>Send end-to-end encrypted messages through Aiven.</td></tr></tbody></table>
<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="aiven.md"><mark style="color:blue;"><strong>Aiven - Cloud</strong></mark></td><td>Send end-to-end encrypted messages through Aiven.</td></tr></tbody></table>
2 changes: 1 addition & 1 deletion portals/kafka/instaclustr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ To learn how end-to-end trust is established, please read: “[<mark style="colo

Please select an example to dig in:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="docker.md"><mark style="color:blue;"><strong>Instaclustr - Docker</strong></mark></td><td>Send end-to-end encrypted messages through Instaclustr.</td></tr></tbody></table>
<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="instaclustr.md"><mark style="color:blue;"><strong>Instaclustr - Cloud</strong></mark></td><td>Send end-to-end encrypted messages through Instaclustr.</td></tr></tbody></table>
2 changes: 1 addition & 1 deletion portals/kafka/instaclustr/instaclustr.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ networks:
* Next, the [<mark style="color:blue;">entrypoint at the end</mark>](https://github.com/build-trust/ockam/blob/develop/examples/command/portals/kafka/instaclustr/docker/application\_team/docker-compose.yml#L19) executes the [<mark style="color:blue;">consumer commands</mark>](https://github.com/build-trust/ockam/blob/develop/examples/command/portals/kafka/instaclustr/docker/application\_team/docker-compose.yml#L23-L37), which launches a Kafka consumer waiting for messages in the <mark style="background-color:yellow;">demo</mark> topic. Once the messages are received, they are printed out.
* In the producer container, the process is analogous, once the Ockam node is set up the [<mark style="color:blue;">command within docker-compose configuration</mark>](https://github.com/build-trust/ockam/blob/develop/examples/command/portals/kafka/instaclustr/docker/application\_team/docker-compose.yml#L48-L73) launches a Kafka producer that sends messages.
* Both consumer and producer uses [<mark style="color:blue;">kafka.config</mark>](https://github.com/build-trust/ockam/blob/develop/examples/command/portals/kafka/instaclustr/docker/application\_team/run_ockam.sh#L4-L11) that has credentials of the kafka user created when setting up the cluster
* You can view the Kafak UI available at http://127.0.0.1:8080 to see the encrypted messages
* You can view the Kafak UI available at [http://127.0.0.1:8080](http://127.0.0.1:8080) to see the encrypted messages

### Recap

Expand Down
2 changes: 1 addition & 1 deletion portals/kafka/redpanda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ To learn how end-to-end trust is established, please read: “[<mark style="colo

Please select an example to dig in:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="self_hosted.md"><mark style="color:blue;"><strong>Redpanda - S</strong></mark></a><mark style="color:blue;"><strong>elf Hosted</strong></mark></td><td>Send end-to-end encrypted messages through Redpanda.</td></tr></tbody></table>
<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="self_hosted.md"><mark style="color:blue;"><strong>Redpanda - Self Hosted</strong></mark></td><td>Send end-to-end encrypted messages through Redpanda.</td></tr></tbody></table>

0 comments on commit 34afcc6

Please sign in to comment.