Skip to content

Commit ecf0b27

Browse files
committed
revert flink-paimon.md to flink.md
1 parent 9befbf3 commit ecf0b27

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

website/blog/2024-11-29-fluss-open-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Make sure to keep an eye on the project, give it a try and if you like it, don
4040

4141
### Getting Started
4242
- Visit the [GitHub repository](https://github.com/apache/fluss).
43-
- Check out the [quickstart guide](/docs/quickstart/flink-paimon).
43+
- Check out the [quickstart guide](/docs/quickstart/flink/).
4444

4545
### Additional Resources
4646
- Announcement Blog Post: [Introducing Fluss: Unified Streaming Storage For Next-Generation Data Analytics](https://www.ververica.com/blog/introducing-fluss)

website/docs/engine-flink/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 1
66

77
# Getting Started with Flink Engine
88
## Quick Start
9-
For a quick introduction to running Flink, refer to the [Quick Start](../quickstart/flink-paimon.md) guide.
9+
For a quick introduction to running Flink, refer to the [Quick Start](quickstart/flink.md) guide.
1010

1111

1212
## Support Flink Versions

website/docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following is a list of (but not limited to) use-cases that Fluss shines ✨:
3434

3535
## Where to go Next?
3636

37-
- [QuickStart](quickstart/flink-paimon.md): Get started with Fluss in minutes.
37+
- [QuickStart](quickstart/flink.md): Get started with Fluss in minutes.
3838
- [Architecture](concepts/architecture.md): Learn about Fluss's architecture.
3939
- [Table Design](table-design/overview.md): Explore Fluss's table types, partitions and buckets.
4040
- [Lakehouse](streaming-lakehouse/overview.md): Integrate Fluss with your Lakehouse to bring low-latency data to your Lakehouse analytics.

website/docs/maintenance/observability/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 1
66

77
# Observability Quickstart Guides
88

9-
On this page, you can find the following guides to set up an observability stack **based on the instructions in the [Flink quickstart guide](../../quickstart/flink-paimon.md)**:
9+
On this page, you can find the following guides to set up an observability stack **based on the instructions in the [Flink quickstart guide](quickstart/flink.md)**:
1010

1111
- [Observability with Prometheus, Loki and Grafana](#observability-with-prometheus-loki-and-grafana)
1212

File renamed without changes.

website/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function HomepageHeader() {
3737
<div className={styles.buttons}>
3838
<Link
3939
className={clsx("hero_button button button--primary button--lg", styles.buttonWidth)}
40-
to="/docs/quickstart/flink-paimon">
40+
to="/docs/quickstart/flink">
4141
Quick Start
4242
</Link>
4343

0 commit comments

Comments
 (0)