From 79981840103b44a2d07547d6b719e7fee72512f8 Mon Sep 17 00:00:00 2001 From: AJ Date: Wed, 25 Oct 2023 11:17:57 -0400 Subject: [PATCH] fix link refs --- .github/workflows/build-deploy-docs.yml | 2 +- src/how-tos/install.md | 2 +- src/how-tos/mqtt/mqtt.kafka.broker.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-deploy-docs.yml b/.github/workflows/build-deploy-docs.yml index 7573a6c9..26f7a3a3 100644 --- a/.github/workflows/build-deploy-docs.yml +++ b/.github/workflows/build-deploy-docs.yml @@ -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 diff --git a/src/how-tos/install.md b/src/how-tos/install.md index 09d95ee8..48b19159 100644 --- a/src/how-tos/install.md +++ b/src/how-tos/install.md @@ -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 diff --git a/src/how-tos/mqtt/mqtt.kafka.broker.md b/src/how-tos/mqtt/mqtt.kafka.broker.md index bd970245..f6c4e1ba 100644 --- a/src/how-tos/mqtt/mqtt.kafka.broker.md +++ b/src/how-tos/mqtt/mqtt.kafka.broker.md @@ -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 @@ -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}