diff options
author | Ivan Blinkov <ivan@ydb.tech> | 2023-05-16 14:25:30 +0000 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-05-16 17:25:30 +0300 |
commit | b0c5c30ee3bc0eb2c3c2c09f78add41af5cc0088 (patch) | |
tree | 8272033c407d7c5c7a30aa7a7da4c8980dbb7036 | |
parent | dc16e86aa83062e74ed8b7346a6ffd13ff00bda1 (diff) | |
download | ydb-b0c5c30ee3bc0eb2c3c2c09f78add41af5cc0088.tar.gz |
"[docs] don't advertise archived Go SDK"
"[docs] don't advertise archived Go SDK"
Pull Request resolved: #191
-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, 2 insertions, 2 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 454e0832482..800de309dd0 100644 --- a/ydb/docs/en/core/reference/ydb-sdk/_includes/index.md +++ b/ydb/docs/en/core/reference/ydb-sdk/_includes/index.md @@ -9,7 +9,7 @@ OpenSource SDKs in the following programming languages are available to work wit - 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) -- Go [https://github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) (archived versions: [v1](https://github.com/yandex-cloud/ydb-go-sdk/tree/v1.5.1) and [v2](https://github.com/yandex-cloud/ydb-go-sdk/tree/v2.11.2)) +- 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) 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 243435aafd7..b60f98a89a6 100644 --- a/ydb/docs/ru/core/reference/ydb-sdk/_includes/index.md +++ b/ydb/docs/ru/core/reference/ydb-sdk/_includes/index.md @@ -8,7 +8,7 @@ - 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 %} - С# (.NET) [https://github.com/ydb-platform/ydb-dotnet-sdk](https://github.com/ydb-platform/ydb-dotnet-sdk) -- Go [https://github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) (архивные версии [v1](https://github.com/yandex-cloud/ydb-go-sdk/tree/v1.5.1) и [v2](https://github.com/yandex-cloud/ydb-go-sdk/tree/v2.11.2)) +- 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) |