diff --git a/src/content/docs/How-to Guides/streaming-sql.md b/src/content/docs/How-to Guides/streaming-sql.md index 0b9f241..bba91bb 100644 --- a/src/content/docs/How-to Guides/streaming-sql.md +++ b/src/content/docs/How-to Guides/streaming-sql.md @@ -147,4 +147,4 @@ These examples illustrate complete, real-world derived table definitions. ## Need Help? - SQL syntax reference: [DuckDB SQL](https://duckdb.org/docs/sql/introduction) -- Performance tuning: See [Streaming SQL Reference](/references/streamingsql/) +- Supported and Unsupported Operations: [Streaming SQL Reference](/references/streamingsql/) \ No newline at end of file diff --git a/src/content/docs/References/streaming-sql.md b/src/content/docs/References/streaming-sql.md index e6efe69..4d7fc9a 100644 --- a/src/content/docs/References/streaming-sql.md +++ b/src/content/docs/References/streaming-sql.md @@ -83,5 +83,5 @@ active_blocks: { ## Need Help? -- SQL syntax reference: DuckDB SQL — https://duckdb.org/docs/sql/introduction -- Performance tuning: See Performance Tips in (Streaming SQL Guide)[] +- SQL syntax reference: [DuckDB SQL](https://duckdb.org/docs/sql/introduction) +- Performance tuning: See Performance Tips in [Streaming SQL Guide](/how-to/streamsql/)