Skip to content

Commit d160b33

Browse files
author
Konstantin Ivaschenko
committed
Update documentation links to new dxfeed knowledge base URLs
1 parent 4cd4950 commit d160b33

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

docs/basic_usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ string. String might be incomlete, in this case you will get warning
9191
with how your provided date parsed automatically. For Candle event type
9292
along with base symbol, you should specify an aggregation period. You
9393
can also set price type. More details:
94-
https://kb.dxfeed.com/display/DS/REST+API#RESTAPI-Candlesymbols.
94+
https://kb.dxfeed.com/en/market-data-api/data-access-solutions/rest.html#candle-symbols.
9595

9696
.. code:: python3
9797

docs/core_usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Add tickers
8484
Symbols that will be processed should be defined. For Candle event type
8585
along with base symbol, you should specify an aggregation period. You
8686
can also set price type. More details:
87-
https://kb.dxfeed.com/display/DS/REST+API#RESTAPI-Candlesymbols.
87+
https://kb.dxfeed.com/en/market-data-api/data-access-solutions/rest.html#candle-symbols.
8888

8989
.. code:: python3
9090

docs/custom_handler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ you should also provide time to start subscription from.
101101
102102
For Candle event type along with base symbol, you should specify an
103103
aggregation period. You can also set price type. More details:
104-
https://kb.dxfeed.com/display/DS/REST+API#RESTAPI-Candlesymbols
104+
https://kb.dxfeed.com/en/market-data-api/data-access-solutions/rest.html#candle-symbols.
105105

106106
.. code:: python3
107107

examples/AllSubscriptionsExample.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"### Candle\n",
191191
"Details: https://kb.dxfeed.com/display/DS/Charting+Overview#ChartingOverview-Candletypes\n",
192192
"\n",
193-
"For Candle event type along with base symbol, you should specify an aggregation period. You can also set price type. More details: https://kb.dxfeed.com/display/DS/REST+API#RESTAPI-Candlesymbols."
193+
"For Candle event type along with base symbol, you should specify an aggregation period. You can also set price type. More details: https://kb.dxfeed.com/en/market-data-api/data-access-solutions/rest.html#candle-symbols."
194194
]
195195
},
196196
{

examples/CustomHandlerExample.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"cell_type": "markdown",
125125
"metadata": {},
126126
"source": [
127-
"For Candle event type along with base symbol, you should specify an aggregation period. You can also set price type. More details: https://kb.dxfeed.com/display/DS/REST+API#RESTAPI-Candlesymbols"
127+
"For Candle event type along with base symbol, you should specify an aggregation period. You can also set price type. More details: https://kb.dxfeed.com/en/market-data-api/data-access-solutions/rest.html#candle-symbols"
128128
]
129129
},
130130
{
@@ -192,4 +192,4 @@
192192
},
193193
"nbformat": 4,
194194
"nbformat_minor": 4
195-
}
195+
}

examples/Low_level_API/BasicAndTimedSubscription.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"metadata": {},
116116
"source": [
117117
"### Add tickers\n",
118-
"Symbols that will be processed should be defined. For Candle event type along with base symbol, you should specify an aggregation period. You can also set price type. More details: https://kb.dxfeed.com/display/DS/REST+API#RESTAPI-Candlesymbols."
118+
"Symbols that will be processed should be defined. For Candle event type along with base symbol, you should specify an aggregation period. You can also set price type. More details: https://kb.dxfeed.com/en/market-data-api/data-access-solutions/rest.html#candle-symbols."
119119
]
120120
},
121121
{
@@ -237,4 +237,4 @@
237237
},
238238
"nbformat": 4,
239239
"nbformat_minor": 4
240-
}
240+
}

examples/SubscriptionExample.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"cell_type": "markdown",
142142
"metadata": {},
143143
"source": [
144-
"For timed subscription you should provide either datetime object or string. String might be incomlete, in this case you will get warning with how your provided date parsed automatically. For Candle event type along with base symbol, you should specify an aggregation period. You can also set price type. More details: https://kb.dxfeed.com/display/DS/REST+API#RESTAPI-Candlesymbols."
144+
"For timed subscription you should provide either datetime object or string. String might be incomlete, in this case you will get warning with how your provided date parsed automatically. For Candle event type along with base symbol, you should specify an aggregation period. You can also set price type. More details: https://kb.dxfeed.com/en/market-data-api/data-access-solutions/rest.html#candle-symbols."
145145
]
146146
},
147147
{
@@ -298,4 +298,4 @@
298298
},
299299
"nbformat": 4,
300300
"nbformat_minor": 4
301-
}
301+
}

0 commit comments

Comments
 (0)