diff options
author | Aleksey Myasnikov <asmyasnikov@ydb.tech> | 2023-05-18 08:05:51 +0000 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-05-18 11:05:51 +0300 |
commit | 9c0cb68742a37b0952fd4ed62a081ce5a9963eb5 (patch) | |
tree | 67c032922bc41bf4c3b39b1bb4f58be38fbd61ba | |
parent | f6237db2054554be8c0799a5a39a58c00701a3a8 (diff) | |
download | ydb-9c0cb68742a37b0952fd4ed62a081ce5a9963eb5.tar.gz |
"fix php-sdk repository path"
"fix php-sdk repository path"
Pull Request resolved: #175
-rw-r--r-- | ydb/docs/en/core/reference/ydb-sdk/_includes/index.md | 2 |
1 files changed, 1 insertions, 1 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 800de309dd0..61fcfefbaa3 100644 --- a/ydb/docs/en/core/reference/ydb-sdk/_includes/index.md +++ b/ydb/docs/en/core/reference/ydb-sdk/_includes/index.md @@ -12,7 +12,7 @@ OpenSource SDKs in the following programming languages are available to work wit - 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) |