Skip to content

Commit 767614a

Browse files
Fix all 404 internal links - update broken paths to correct documentation pages
1 parent 5344568 commit 767614a

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

blog/2025-09-07-how-to-set-up-postgres-apache-iceberg.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Configure your Apache Iceberg destination in the OLake UI:
170170
- IAM credentials (optional if your instance has appropriate IAM roles)
171171
- S3 bucket selection for Iceberg table storage
172172

173-
OLake supports multiple Iceberg catalog implementations including Glue, Nessie, Polaris, Hive, and Unity Catalog. For detailed configuration of other catalogs, refer to the [OLake Catalogs Documentation](https://olake.io/docs/writers/iceberg/catalog/rest/).
173+
OLake supports multiple Iceberg catalog implementations including Glue, Nessie, Polaris, Hive, and Unity Catalog. For detailed configuration of other catalogs, refer to the [Catalog Compatibility Overview](/docs/understanding/compatibility-catalogs).
174174

175175
![OLake destination setup UI for Apache Iceberg with AWS Glue catalog configuration form](/img/blog/2025/12/step-4.webp)
176176

@@ -200,7 +200,7 @@ For each stream, select the appropriate sync mode based on your requirements:
200200

201201
- **Normalization**: Disable for raw JSON data storage
202202
- **Partitioning**: Configure regex patterns for Iceberg table partitioning
203-
- **Detailed partitioning strategies**: [Iceberg Partitioning Guide](https://olake.io/docs/writers/iceberg/partitioning)
203+
- **Detailed partitioning strategies**: [Iceberg Partitioning Guide](/docs/writers/iceberg/partitioning)
204204

205205
![OLake stream selection step with Full Refresh + CDC sync for dz-stag-users table](/img/blog/2025/12/step-5-2.webp)
206206

@@ -353,7 +353,7 @@ Yes! OLake offers JDBC-based Full Refresh and Bookmark-based Incremental sync mo
353353

354354
### How does OLake handle PostgreSQL schema changes?
355355

356-
OLake automatically detects [schema evolution](https://olake.io/docs/understanding/schema-evolution). When you add, drop, or modify columns in PostgreSQL, these changes propagate to Iceberg tables without breaking your pipeline. The state management ensures schema and data stay synchronized.
356+
OLake automatically detects [schema evolution](/docs/features/?tab=schema-evolution). When you add, drop, or modify columns in PostgreSQL, these changes propagate to Iceberg tables without breaking your pipeline. The state management ensures schema and data stay synchronized.
357357

358358
### What happens if my PostgreSQL WAL fills up?
359359

blog/2025-09-09-mysql-to-apache-iceberg-replication.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ Configure your Iceberg destination in the OLake UI for seamless lakehouse integr
245245

246246
**Multi-Catalog Support**: OLake supports multiple catalogs (Glue, Nessie, Polaris, Hive, Unity), providing flexibility for different architectural requirements.
247247

248-
**Detailed Configuration Guide**: [Glue Catalog Setup](https://olake.io/docs/writers/iceberg/catalog/glue)
249-
**Alternative Catalogs**: For REST catalogs (Lakekeeper, Polaris) and other options: [Catalog Configuration Documentation](https://olake.io/docs/connectors)
248+
**Detailed Configuration Guide**: See AWS Glue Catalog setup in [Glue Catalog documentation](/docs/writers/iceberg/catalog/glue/)
249+
**Alternative Catalogs**: For REST catalogs (Lakekeeper, Polaris) and other options: [Catalog Compatibility Overview](/docs/understanding/compatibility-catalogs)
250250

251251
![OLake destination setup UI for Apache Iceberg with AWS Glue catalog configuration form](/img/blog/2025/13/step-4.webp)
252252

blog/2025-09-10-how-to-set-up-mongodb-apache-iceberg.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ Configure your Iceberg destination in the OLake UI for seamless lakehouse integr
210210

211211
**Multi-Catalog Support**: OLake supports multiple catalogs (Glue, Nessie, Polaris, Hive, Unity), providing flexibility for different architectural requirements.
212212

213-
**Detailed Configuration Guide**: [Glue Catalog Setup](https://olake.io/docs/writers/iceberg/catalog/glue)
213+
**Detailed Configuration Guide**: See AWS Glue Catalog setup in [Glue Catalog documentation](/docs/writers/iceberg/catalog/glue/)
214214

215-
**Alternative Catalogs**: For REST catalogs (Lakekeeper, Polaris) and other options: [Catalog Configuration Documentation](https://olake.io/docs/connectors)
215+
**Alternative Catalogs**: For REST catalogs (Lakekeeper, Polaris) and other options: [Catalog Compatibility Overview](/docs/understanding/compatibility-catalogs)
216216

217217
![OLake destination setup UI for Apache Iceberg with AWS Glue catalog configuration form](/img/blog/2025/14/step-4.webp)
218218

docs/connectors/mysql/setup/local.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Follow the [OLake UI setup guide](../../../getting-started/olake-ui) to run the
200200

201201
## 5. Create a Job
202202

203-
Once your source is created, you can create a job to sync data. See [Create a Job](../../../jobs/create-jobs) for detailed instructions.
203+
Once your source is created, you can create a job to sync data. See [Creating First Pipeline](/docs/getting-started/creating-first-pipeline) for detailed instructions.
204204

205205
</TabItem>
206206

docs/connectors/postgres/setup/local.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Follow the [OLake UI setup guide](../../../getting-started/olake-ui) to run the
170170

171171
## 5. Create a Job
172172

173-
Once your source is created, you can create a job to sync data. See [Create a Job](../../../jobs/create-jobs) for detailed instructions.
173+
Once your source is created, you can create a job to sync data. See [Creating First Pipeline](/docs/getting-started/creating-first-pipeline) for detailed instructions.
174174

175175
</TabItem>
176176

docs/getting-started/creating-first-pipeline.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Choose **Resource-first** if your source and destination are already configured,
5858
In this guide, we'll use the **Job-first workflow** to set up a job from configuring the source and destination to running it. If you prefer video, check out our [video walkthrough](#video-tutorial).
5959

6060
First things first, every job needs a source and a destination before it can run.
61-
For this demonstration, we'll use [**Postgres**](/docs/connectors/postgres) as the source and [**Apache Iceberg**](/iceberg/why-iceberg) with Glue catalog as the destination.
61+
For this demonstration, we'll use [**Postgres**](/docs/connectors/postgres) as the source and [**Apache Iceberg**](/iceberg/why-iceberg) with [**Glue Catalog**](/docs/writers/iceberg/catalog/glue/) as the destination.
6262

6363
Let's get started!
6464

docs/install/olake-ui/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The default credentials are:
6666
<img src="/img/docs/jobs/olake-job.webp" alt="OLake UI Jobs" width="800" loading="lazy" decoding="async" />
6767
</div>
6868

69-
For detailed job creation instructions, see [Create Jobs](/blog/creating-job-olake-docker-cli) or [Jobs Documentation](../jobs/create-jobs).
69+
For detailed job creation instructions, see [Create Jobs](/blog/creating-job-olake-docker-cli) or [Creating First Pipeline](/docs/getting-started/creating-first-pipeline).
7070

7171
## Service Configuration
7272

docs/understanding/compatibility-catalogs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_label: Compatibility to Iceberg Catalogs
66

77
# Compatibility to Iceberg Catalogs
88

9-
OLake supports multiple Iceberg catalog implementations, including [REST catalog](/blog/2025/10/03/iceberg-metadata), [Hive Metastore](/blog/2025/10/03/iceberg-metadata), and [JDBC Catalog](/blog/2025/10/03/iceberg-metadata), letting you choose the one that best fits your environment. The table below shows the supported catalogs at a glance, with links to their setup guides.
9+
OLake supports multiple Iceberg catalog implementations, including [REST catalog](/docs/writers/iceberg/catalog/rest/), [Hive Metastore](/docs/writers/iceberg/catalog/hive/), and [JDBC Catalog](/docs/writers/iceberg/catalog/jdbc/), letting you choose the one that best fits your environment. The table below shows the supported catalogs at a glance, with links to their setup guides.
1010

1111
| | Catalog | Link |
1212
| ----------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------ |

0 commit comments

Comments
 (0)