Skip to content

Commit

Permalink
fix link refs
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Oct 30, 2023
1 parent 1432c08 commit aefca75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: pnpm

- name: build versions.json
Expand Down
2 changes: 1 addition & 1 deletion src/how-tos/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ docker run -v $(pwd)/zilla.yaml:/etc/zilla/zilla.yaml ghcr.io/aklivity/zilla:lat

## Running Zilla via Helm

Go to the [Zilla artifacthub](https://artifacthub.io/) page to find out more on how to install Zilla using Helm
Go to the [Zilla artifacthub](https://artifacthub.io/packages/helm/zilla/zilla) page to find out more on how to install Zilla using Helm

### TL;DR

Expand Down
6 changes: 3 additions & 3 deletions src/how-tos/mqtt/mqtt.kafka.broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Optional:

### Check the Kafka topics

Run the docker command under the `Verify the Kafka topics created` section of the script output. Verify these topics are listed. Read more on the data in these topics in [the overview](../../concepts/kafka-proxies/mqtt-proxy.html#step-2-pub-sub-message-reflect-with-kafka).
Run the docker command under the `Verify the Kafka topics created` section of the script output. Verify these topics are listed. Read more on the data in these topics in [the overview](../../concepts/kafka-proxies/mqtt-proxy.md#step-2-pub-sub-message-reflect-with-kafka).

```output:no-line-numbers
mqtt-messages
Expand Down Expand Up @@ -138,12 +138,12 @@ The service definitions will define how the clients using this service will inte

::: right
[More on binding-mqtt-kafka](../../reference/config/bindings/binding-mqtt-kafka.md)
[More on topic data](../../concepts/kafka-proxies/mqtt-proxy.html#step-2-pub-sub-message-reflect-with-kafka)
[More on topic data](../../concepts/kafka-proxies/mqtt-proxy.md#step-2-pub-sub-message-reflect-with-kafka)
:::

### Add a Kafka sync layer

The Zilla [cache_client and cache_server](../../reference/config/bindings/binding-kafka.html#kind) helps manage the smooth data transfer between the service definition and Kafka.
The Zilla [cache_client and cache_server](../../reference/config/bindings/binding-kafka.md#kind) helps manage the smooth data transfer between the service definition and Kafka.

```yaml{11-12}
<!-- @include: ./mqtt_kafka_broker_zilla.yaml{33-46} -->
Expand Down

0 comments on commit aefca75

Please sign in to comment.