Skip to content

Commit

Permalink
fix: Fixed link to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Oct 10, 2019
1 parent 1b096cd commit 27739bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ How to efficiently import large dataset
"""""""""""""""""""""""""""""""""""""""


* sources - `import_data_set.py <https://github.com/influxdata/influxdb-client-python/blob/master/tests/import_data_set.py>`_
* sources - `import_data_set.py <https://github.com/influxdata/influxdb-client-python/blob/master/examples/import_data_set.py>`_

.. code-block:: python
Expand Down Expand Up @@ -357,7 +357,7 @@ Efficiency write data from IOT sensor
"""""""""""""""""""""""""""""""""""""
.. marker-iot-start
* sources - `iot_sensor.py <https://github.com/influxdata/influxdb-client-python/blob/master/tests/iot_sensor.py>`_
* sources - `iot_sensor.py <https://github.com/influxdata/influxdb-client-python/blob/master/examples/iot_sensor.py>`_

.. code-block:: python
Expand Down

0 comments on commit 27739bf

Please sign in to comment.