diff options
author | bazeltsev <bazeltsev@ydb.tech> | 2023-05-18 12:24:15 +0300 |
---|---|---|
committer | bazeltsev <bazeltsev@ydb.tech> | 2023-05-18 12:24:15 +0300 |
commit | e7fb3219b959fb815336bb3a8f61371ea94386a9 (patch) | |
tree | e99bda7657d8dc7384c44a9043736408535e09a1 | |
parent | 17685fd08f59368fa7cdda98ae40e66c425643e3 (diff) | |
download | ydb-e7fb3219b959fb815336bb3a8f61371ea94386a9.tar.gz |
Fix PHP SDK link
updated
-rw-r--r-- | ydb/docs/en/core/reference/ydb-sdk/_includes/index.md | 2 | ||||
-rw-r--r-- | ydb/docs/ru/core/reference/ydb-sdk/_includes/index.md | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/ydb/docs/en/core/reference/ydb-sdk/_includes/index.md b/ydb/docs/en/core/reference/ydb-sdk/_includes/index.md index 61fcfefbaa3..781c67679f5 100644 --- a/ydb/docs/en/core/reference/ydb-sdk/_includes/index.md +++ b/ydb/docs/en/core/reference/ydb-sdk/_includes/index.md @@ -5,7 +5,6 @@ OpenSource SDKs in the following programming languages are available to work with YDB: {% if oss %} - - C++ [https://github.com/ydb-platform/ydb/tree/main/ydb/public/sdk/cpp](https://github.com/ydb-platform/ydb/tree/main/ydb/public/sdk/cpp) {% endif %} - C# (.NET) [https://github.com/ydb-platform/ydb-dotnet-sdk](https://github.com/ydb-platform/ydb-dotnet-sdk) @@ -23,4 +22,3 @@ The SDK documentation contains the following sections: - [Test app](../example/index.md) - [Code recipes](../recipes/index.md) - [Comparison of SDK features](../feature-parity.md) - diff --git a/ydb/docs/ru/core/reference/ydb-sdk/_includes/index.md b/ydb/docs/ru/core/reference/ydb-sdk/_includes/index.md index b60f98a89a6..f5bb0c409d3 100644 --- a/ydb/docs/ru/core/reference/ydb-sdk/_includes/index.md +++ b/ydb/docs/ru/core/reference/ydb-sdk/_includes/index.md @@ -11,7 +11,7 @@ - Go [https://github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) - Java [https://github.com/ydb-platform/ydb-java-sdk](https://github.com/ydb-platform/ydb-java-sdk) - Node.js [https://github.com/ydb-platform/ydb-nodejs-sdk](https://github.com/ydb-platform/ydb-nodejs-sdk) -- PHP [https://github.com/yandex-cloud/ydb-php-sdk](https://github.com/yandex-cloud/ydb-php-sdk) +- PHP [https://github.com/ydb-platform/ydb-php-sdk](https://github.com/ydb-platform/ydb-php-sdk) - Python [https://github.com/ydb-platform/ydb-python-sdk](https://github.com/ydb-platform/ydb-python-sdk) - Rust [https://github.com/ydb-platform/ydb-rs-sdk](https://github.com/ydb-platform/ydb-rs-sdk) |