From ee16fa7e302eb854b8c8958caa67803d1cc7e3c2 Mon Sep 17 00:00:00 2001 From: wolfkill <27876473+wolfkill@users.noreply.github.com> Date: Thu, 23 Jul 2026 09:20:09 +0800 Subject: [PATCH] [docs] Fix website broken links --- website/docusaurus.config.ts | 6 +++--- website/src/pages/compare/kafka.mdx | 4 ++-- website/src/pages/downloads.md | 6 +++--- website/src/pages/index.tsx | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 1ab7eeb9247..1a0e43e4b49 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -293,8 +293,8 @@ const config: Config = { { title: 'Product', items: [ - {label: 'Documentation', to: '/docs/quickstart/flink'}, - {label: 'Quickstart', to: '/docs/quickstart/flink'}, + {label: 'Documentation', to: '/docs/next/quickstart/flink'}, + {label: 'Quickstart', to: '/docs/next/quickstart/flink'}, {label: 'Roadmap', to: '/roadmap'}, {label: 'Downloads', to: '/downloads'}, {label: 'Blog', to: '/blog'}, @@ -355,4 +355,4 @@ const config: Config = { } satisfies Preset.ThemeConfig, }; -export default config; \ No newline at end of file +export default config; diff --git a/website/src/pages/compare/kafka.mdx b/website/src/pages/compare/kafka.mdx index 93f32216a1f..8ea037b09c2 100644 --- a/website/src/pages/compare/kafka.mdx +++ b/website/src/pages/compare/kafka.mdx @@ -104,5 +104,5 @@ Pick Fluss when these are your dominant needs: | **Engines that read** (the storage layer) | Kafka clients only | Flink · Spark · DuckDB· **_planned:** Trino · StarRocks | | **Strong fit** | Event-driven systems · log ingestion · microservice pub/sub · cross-language transport | Large-scale Flink stream processing · real-time analytics · AI/ML · streaming lakehouse · dimension joins · CDC | -Ready to try Fluss? [Get started with the Flink quickstart](/docs/quickstart/flink), -or read the [architecture overview](/docs/concepts/architecture). +Ready to try Fluss? [Get started with the Flink quickstart](/docs/next/quickstart/flink), +or read the [architecture overview](/docs/next/concepts/architecture). diff --git a/website/src/pages/downloads.md b/website/src/pages/downloads.md index 8bfea1e43de..3e076b5b387 100644 --- a/website/src/pages/downloads.md +++ b/website/src/pages/downloads.md @@ -12,7 +12,7 @@ Apache Fluss 0.9.1 is the latest stable release. | [Fluss Source Release](https://www.apache.org/dyn/closer.lua/incubator/fluss/fluss-0.9.1-incubating/fluss-0.9.1-incubating-src.tgz) | [.asc](https://downloads.apache.org/incubator/fluss/fluss-0.9.1-incubating/fluss-0.9.1-incubating-src.tgz.asc) | [.sha512](https://downloads.apache.org/incubator/fluss/fluss-0.9.1-incubating/fluss-0.9.1-incubating-src.tgz.sha512) | | [Fluss Helm Chart](https://www.apache.org/dyn/closer.lua/incubator/fluss/helm-chart/0.9.1-incubating/fluss-0.9.1-incubating.tgz) | [.asc](https://downloads.apache.org/incubator/fluss/helm-chart/0.9.1-incubating/fluss-0.9.1-incubating.tgz.asc) | [.sha512](https://downloads.apache.org/incubator/fluss/helm-chart/0.9.1-incubating/fluss-0.9.1-incubating.tgz.sha512) | -Read the [release blog](/blog/releases/0.9/) about the new features and significant improvements in the Apache Fluss v0.9 release. +Read the [release notes](https://github.com/apache/fluss/releases/tag/v0.9.1-incubating) for the Apache Fluss 0.9.1 release. ------------------ @@ -24,10 +24,10 @@ Read the [release blog](/blog/releases/0.9/) about the new features and signific | [Fluss Source Release](https://www.apache.org/dyn/closer.lua/incubator/fluss/fluss-0.8.0-incubating/fluss-0.8.0-incubating-src.tgz) | [.asc](https://downloads.apache.org/incubator/fluss/fluss-0.8.0-incubating/fluss-0.8.0-incubating-src.tgz.asc) | [.sha512](https://downloads.apache.org/incubator/fluss/fluss-0.8.0-incubating/fluss-0.8.0-incubating-src.tgz.sha512) | | [Fluss Helm Chart](https://www.apache.org/dyn/closer.lua/incubator/fluss/helm-chart/0.8.0-incubating/fluss-0.8.0-incubating.tgz) | [.asc](https://downloads.apache.org/incubator/fluss/helm-chart/0.8.0-incubating/fluss-0.8.0-incubating.tgz.asc) | [.sha512](https://downloads.apache.org/incubator/fluss/helm-chart/0.8.0-incubating/fluss-0.8.0-incubating.tgz.sha512) | -Read the [release blog](/blog/releases/0.8/) about the new features and significant improvements in the Apache Fluss 0.8.0 release. +Read the [release notes](https://github.com/apache/fluss/releases/tag/v0.8.0-incubating) for the Apache Fluss 0.8.0 release. ------------------ ## Verifying Downloads -Downloaded Apache Fluss (Incubating) artifacts can be verified by following [this tutorial](https://www.apache.org/info/verification.html) of the Apache Software Foundation using the Apache Fluss (Incubating) release-signing [KEYS](https://downloads.apache.org/incubator/fluss/KEYS). \ No newline at end of file +Downloaded Apache Fluss (Incubating) artifacts can be verified by following [this tutorial](https://www.apache.org/info/verification.html) of the Apache Software Foundation using the Apache Fluss (Incubating) release-signing [KEYS](https://downloads.apache.org/incubator/fluss/KEYS). diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index 0ea083c0cb5..35db4c68103 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -518,7 +518,7 @@ function HomepageHeader({heroRef}: {heroRef: React.RefObject}) {
+ to="/docs/next/quickstart/flink"> Get Started