diff options
| author | sintjuri <[email protected]> | 2026-07-11 11:40:38 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-11 11:40:38 +0300 |
| commit | bfacee2899e24e9c8bb93aee3586ac1da2a28f62 (patch) | |
| tree | 26afcaaec17b93a050274c774b8e132cf679dda0 | |
| parent | 16a91bb84a41f76c82c52bcf0422b6d8de089d10 (diff) | |
fix links (#45955)
Co-authored-by: Cursor <[email protected]>
| -rw-r--r-- | ydb/docs/en/core/recipes/ydb-sdk/auth-static.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ydb/docs/en/core/recipes/ydb-sdk/auth-static.md b/ydb/docs/en/core/recipes/ydb-sdk/auth-static.md index 01a8925a403..f5613354e2c 100644 --- a/ydb/docs/en/core/recipes/ydb-sdk/auth-static.md +++ b/ydb/docs/en/core/recipes/ydb-sdk/auth-static.md @@ -34,17 +34,17 @@ Below are examples of authentication with a username and password in different { You can also pass them explicitly using the `ydb.WithStaticCredentials` option: - {% include [auth-static-with-native](../../../_includes/go/auth-static-with-native.md) %} + {% include [auth-static-with-native](../../_includes/go/auth-static-with-native.md) %} - database/sql You can pass the username and password in the connection string. For example: - {% include [auth-static-database-sql](../../../_includes/go/auth-static-database-sql.md) %} + {% include [auth-static-database-sql](../../_includes/go/auth-static-database-sql.md) %} You can also pass them explicitly when initializing the driver via a connector using the `ydb.WithStaticCredentials` option: - {% include [auth-static-with-database-sql](../../../_includes/go/auth-static-with-database-sql.md) %} + {% include [auth-static-with-database-sql](../../_includes/go/auth-static-with-database-sql.md) %} {% endlist %} |
