aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorendlessnut <134448441+endlessnut@users.noreply.github.com>2023-06-01 06:20:43 +0000
committeralexv-smirnov <alex@ydb.tech>2023-06-01 09:20:43 +0300
commit636774447d59eeee64e2f500f2c1816c53cb96c4 (patch)
treef520ef83a0120103d32d12fc92e08e91e243d0ce
parent19137e1f7f120475065b3d180f55fd28694b0f9c (diff)
downloadydb-636774447d59eeee64e2f500f2c1816c53cb96c4.tar.gz
Fix rendering of Markdown link in documentation
Fix rendering of Markdown link in documentation Pull Request resolved: #223
-rw-r--r--ydb/docs/en/core/concepts/connect.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/docs/en/core/concepts/connect.md b/ydb/docs/en/core/concepts/connect.md
index f5d0aeacefa..8ce7f5f3528 100644
--- a/ydb/docs/en/core/concepts/connect.md
+++ b/ydb/docs/en/core/concepts/connect.md
@@ -16,7 +16,7 @@ Examples:
## Database path {#database}
-Database path (`database`) is a string that defines where the queried database is located in the {{ ydb-short-name }} cluster. Has the [format]{% if lang == "en" %} (https://en.wikipedia.org/wiki/Path_(computing)){% endif %}{% if lang == "ru" %}(https://ru.wikipedia.org/wiki/Путь_к_файлу){% endif %} and uses the `/` character as separator. It always starts with a `/`.
+Database path (`database`) is a string that defines where the queried database is located in the {{ ydb-short-name }} cluster. Has the [format]{% if lang == "en" %}(https://en.wikipedia.org/wiki/Path_(computing)){% endif %}{% if lang == "ru" %}(https://ru.wikipedia.org/wiki/Путь_к_файлу){% endif %} and uses the `/` character as separator. It always starts with a `/`.
A {{ ydb-short-name }} cluster may have multiple databases deployed, with their paths determined by the cluster configuration. Like the endpoint, `database` for cloud databases is displayed in the management console on the desired database page, and can also be obtained via the CLI of the cloud provider.