This is an automated email from the ASF dual-hosted git repository.

maciej pushed a commit to branch fix-links
in repository https://gitbox.apache.org/repos/asf/iggy-website.git

commit 4cb6bcf138d90f03801653ff093a5c96fff36a9c
Author: Maciej Modzelewski <[email protected]>
AuthorDate: Wed Jan 14 08:27:29 2026 +0100

    Update repo links to point to new apache repository
---
 docs/sdk/csharp/intro.md    | 2 +-
 docs/sdk/go/intro.md        | 2 +-
 docs/sdk/java/intro.md      | 2 +-
 docs/sdk/node/intro.md      | 2 +-
 docs/sdk/python/intro.md    | 2 +-
 docs/server/benchmarking.md | 2 +-
 docs/web_ui/start.md        | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/sdk/csharp/intro.md b/docs/sdk/csharp/intro.md
index 2cc08519..bffb3730 100644
--- a/docs/sdk/csharp/intro.md
+++ b/docs/sdk/csharp/intro.md
@@ -5,4 +5,4 @@ title: Intro
 sidebar_position: 1
 ---
 
-The Iggy SDK for C# is a library that allows you to interact with the Iggy API 
from your C# applications. This SDK provides a convenient way to interact with 
the Iggy API and allows you to easily integrate Iggy functionality into your C# 
applications. Repository can be found 
[here](https://github.com/iggy-rs/iggy-dotnet-client).
+The Iggy SDK for C# is a library that allows you to interact with the Iggy API 
from your C# applications. This SDK provides a convenient way to interact with 
the Iggy API and allows you to easily integrate Iggy functionality into your C# 
applications. Repository can be found 
[here](https://github.com/apache/iggy/tree/master/foreign).
diff --git a/docs/sdk/go/intro.md b/docs/sdk/go/intro.md
index 69fa8352..30bceb4b 100644
--- a/docs/sdk/go/intro.md
+++ b/docs/sdk/go/intro.md
@@ -5,4 +5,4 @@ title: Intro
 sidebar_position: 1
 ---
 
-The Iggy Go SDK is a client library that allows you to interact with the Iggy 
API from your Go application. Repository can be found 
[here](https://github.com/iggy-rs/iggy-go-client).
+The Iggy Go SDK is a client library that allows you to interact with the Iggy 
API from your Go application. Repository can be found 
[here](https://github.com/apache/iggy/tree/master/foreign/go).
diff --git a/docs/sdk/java/intro.md b/docs/sdk/java/intro.md
index 0f2a9393..9d7acad5 100644
--- a/docs/sdk/java/intro.md
+++ b/docs/sdk/java/intro.md
@@ -6,4 +6,4 @@ sidebar_position: 1
 ---
 
 The Iggy Java SDK is a library that allows you to interact with the Iggy API 
from your Java application.
-Repository can be found [here](https://github.com/iggy-rs/iggy-java-client).
+Repository can be found 
[here](https://github.com/apache/iggy/tree/master/foreign/java).
diff --git a/docs/sdk/node/intro.md b/docs/sdk/node/intro.md
index 2a4ff5fa..53666f38 100644
--- a/docs/sdk/node/intro.md
+++ b/docs/sdk/node/intro.md
@@ -5,4 +5,4 @@ title: Intro
 sidebar_position: 1
 ---
 
-The Iggy Node.js SDK is a client library that allows you to interact with the 
Iggy API from your Node.js applications. This guide will help you get started 
with the SDK and show you how to use it to interact with the Iggy API. 
Repository can be found [here](https://github.com/iggy-rs/iggy-node-client).
+The Iggy Node.js SDK is a client library that allows you to interact with the 
Iggy API from your Node.js applications. This guide will help you get started 
with the SDK and show you how to use it to interact with the Iggy API. 
Repository can be found 
[here](https://github.com/apache/iggy/tree/master/foreign/node).
diff --git a/docs/sdk/python/intro.md b/docs/sdk/python/intro.md
index 82218e9a..fb45134f 100644
--- a/docs/sdk/python/intro.md
+++ b/docs/sdk/python/intro.md
@@ -5,4 +5,4 @@ title: Intro
 sidebar_position: 1
 ---
 
-The Iggy Python SDK is a client library that allows you to interact with the 
Iggy API from your Python application. Repository can be found 
[here](https://github.com/iggy-rs/iggy-python-client).
+The Iggy Python SDK is a client library that allows you to interact with the 
Iggy API from your Python application. Repository can be found 
[here](https://github.com/apache/iggy/tree/master/foreign/python).
diff --git a/docs/server/benchmarking.md b/docs/server/benchmarking.md
index 2552dfcc..53141a03 100644
--- a/docs/server/benchmarking.md
+++ b/docs/server/benchmarking.md
@@ -7,7 +7,7 @@ sidebar_position: 5
 
 **Benchmarks should be the first-class citizens**. We believe that performance 
is crucial for any system, and we strive to provide the best possible 
performance for our users. Please check, why we believe that the **[transparent 
benchmarking](https://iggy.apache.org/blogs/2025/02/17/transparent-benchmarks)**
 is so important.
 
-We've also built the **[benchmarking 
platform](https://benchmarks.iggy.apache.org)** where anyone can upload the 
benchmarks and compare the results with others. This is the another open-source 
project available [here](https://github.com/iggy-rs/iggy-bench-dashboard).
+We've also built the **[benchmarking 
platform](https://benchmarks.iggy.apache.org)** where anyone can upload the 
benchmarks and compare the results with others. This is the another open-source 
project available 
[here](https://github.com/apache/iggy/tree/master/core/bench/dashboard).
 
 ![Benchmarking Platform](/img/bench_platform.png)
 
diff --git a/docs/web_ui/start.md b/docs/web_ui/start.md
index 512a5906..779ea204 100644
--- a/docs/web_ui/start.md
+++ b/docs/web_ui/start.md
@@ -5,7 +5,7 @@ title: Iggy Web UI
 sidebar_position: 1
 ---
 
-Iggy Web UI provides a comprehensive dashboard for Iggy server. It allows you 
to monitor the server's health, streams, topics, browse the messages, users and 
more. The dashboard is built with Svelte and is available as [open-source 
repository](https://github.com/iggy-rs/iggy-web-ui/) as well as the Docker 
image on [Docker Hub](https://hub.docker.com/r/iggyrs/iggy-web-ui).
+Iggy Web UI provides a comprehensive dashboard for Iggy server. It allows you 
to monitor the server's health, streams, topics, browse the messages, users and 
more. The dashboard is built with Svelte and is available as [open-source 
repository](https://github.com/apache/iggy/tree/master/web) as well as the 
Docker image on [Docker Hub](https://hub.docker.com/r/apache/iggy-web-ui).
 
 ![Web UI](/img/iggy_web_ui.png)
 

Reply via email to