Skip to content

Commit 3081e71

Browse files
fix document
1 parent e3f0c6c commit 3081e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/engine-flink/ddl/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following properties can be set if using the Fluss catalog:
2727
| bootstrap.servers | required | (none) | Comma separated list of Fluss servers. |
2828
| default-database | optional | fluss | The default database to use when switching to this catalog. |
2929
| client.security.protocol | optional | PLAINTEXT | The security protocol used to communicate with brokers. Currently, only `PLAINTEXT` and `SASL` are supported, the configuration value is case insensitive. |
30-
| `client.security.{protocol}.*` | optional | (none) | Client-side configuration properties for a specific authentication protocol. E.g., client.security.sasl.jaas.config. More Details in [authentication](../security/authentication.md) |
30+
| `client.security.{protocol}.*` | optional | (none) | Client-side configuration properties for a specific authentication protocol. E.g., client.security.sasl.jaas.config. More Details in [authentication](../../security/authentication.md) |
3131
| `{lake-format}.*` | optional | (none) | Extra properties to be passed to the lake catalog. This is useful for configuring sensitive settings, such as the username and password required for lake catalog authentication. E.g., `paimon.jdbc.password = pass`. |
3232

3333
The following statements assume that the current catalog has been switched to the Fluss catalog using the `USE CATALOG <catalog_name>` statement.

0 commit comments

Comments
 (0)