From cee28e5619a9830e24e145527df9de1d85edc666 Mon Sep 17 00:00:00 2001 From: Esteban Borai Date: Tue, 4 Jun 2024 15:15:36 -0400 Subject: [PATCH] fix: links --- docs/fluvio/references/introduction.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fluvio/references/introduction.mdx b/docs/fluvio/references/introduction.mdx index ab8edab1..ad24b798 100644 --- a/docs/fluvio/references/introduction.mdx +++ b/docs/fluvio/references/introduction.mdx @@ -13,7 +13,7 @@ Written in Rust, Fluvio provides low-latency, high-performance programmable stre SmartModules, powered by WebAssembly, provide users the ability to perform inline computations on streaming data without leaving the cluster. – [Learn more about SmartModules][smartmodules] -Fluvio provides client libraries for several popular programming languages. – [Learn more about Fluvio's client libraries][sdk] +Fluvio provides client libraries for several popular programming languages. – [Learn more about Fluvio's client libraries][api] This guide outlines using the `Fluvio CLI` for streaming data on your local machine or self-hosted environment. @@ -199,4 +199,4 @@ fluvio produce fruits Only records matching the SmartModule's filter will be shown. [smartmodules]: /smartmodules -[sdk]: /references/sdk +[api]: /api