Skip to content

Commit aba8ec8

Browse files
authored
docs: update code link line numbers in README.rst (influxdata#574)
1 parent 854fc6c commit aba8ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ InfluxDB 2.0 client features
5656

5757
- Querying data
5858
- using the Flux language
59-
- into csv, raw data, `flux_table <https://github.com/influxdata/influxdb-client-python/blob/master/influxdb_client/client/flux_table.py#L5>`_ structure, `Pandas DataFrame <https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html>`_
59+
- into csv, raw data, `flux_table <https://github.com/influxdata/influxdb-client-python/blob/master/influxdb_client/client/flux_table.py#L33>`_ structure, `Pandas DataFrame <https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html>`_
6060
- `How to queries <#queries>`_
6161
- Writing data using
6262
- `Line Protocol <https://docs.influxdata.com/influxdb/latest/reference/syntax/line-protocol>`_
63-
- `Data Point <https://github.com/influxdata/influxdb-client-python/blob/master/influxdb_client/client/write/point.py#L16>`__
63+
- `Data Point <https://github.com/influxdata/influxdb-client-python/blob/master/influxdb_client/client/write/point.py#L47>`__
6464
- `RxPY <https://rxpy.readthedocs.io/en/latest/>`__ Observable
6565
- `Pandas DataFrame <https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html>`_
6666
- `How to writes <#writes>`_

0 commit comments

Comments
 (0)