Skip to content

Commit c23e1e2

Browse files
committed
Links fixed
1 parent 1ac471f commit c23e1e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[![Code Coverage](https://codecov.io/gh/dzhdmitry/tinkoff-invest-api/branch/master/graph/badge.svg)](https://codecov.io/gh/dzhdmitry/tinkoff-invest-api)
44

5-
Позволяет делать запросы к [OpenAPI](https://tinkoffcreditsystems.github.io/invest-openapi/) сервиса Тинькофф Инвестиции на языке PHP.
5+
Позволяет делать запросы к [OpenAPI](https://tinkoff.github.io/invest-openapi/) сервиса Тинькофф Инвестиции на языке PHP.
66
Формат данных, получаемых по REST API, полностью соответствует схеме, указанной в документации для REST API.
77

8-
В REST-клиенте реализованы следующие методы [REST API](https://tinkoffcreditsystems.github.io/invest-openapi/swagger-ui/):
8+
В REST-клиенте реализованы следующие методы [REST API](https://tinkoff.github.io/invest-openapi/swagger-ui/):
99

1010
* sandbox
1111
* ✔ POST /sandbox/register
@@ -35,7 +35,7 @@
3535
* user
3636
* ✔ GET /user/accounts
3737

38-
Также реализованы подписки на потоки данных по [streaming протоколу](https://tinkoffcreditsystems.github.io/invest-openapi/marketdata/):
38+
Также реализованы подписки на потоки данных по [streaming протоколу](https://tinkoff.github.io/invest-openapi/marketdata/):
3939

4040
* ✔ candle
4141
* ✔ orderbook
@@ -53,7 +53,7 @@
5353
composer require dzhdmitry/tinkoff-invest-api
5454
```
5555

56-
2. Выполнить [авторизацию](https://tinkoffcreditsystems.github.io/invest-openapi/auth/), выпустить токены OpenAPI для биржи и Sandbox
56+
2. Выполнить [авторизацию](https://tinkoff.github.io/invest-openapi/auth/), выпустить токены OpenAPI для биржи и Sandbox
5757

5858
## Использование
5959

0 commit comments

Comments
 (0)