Skip to content

Commit e096302

Browse files
authored
Fixing punctuation and adding a URL to the Influx adapter repo (#90)
1 parent 8a742d8 commit e096302

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/integrate/etl/influxdb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(import-influxdb)=
44
# Import data from InfluxDB
55

6-
In this quick tutorial, you'll use the CrateDB Toolkit's InfluxDB I/O subsystem.
6+
In this quick tutorial, you'll use the [CrateDB Toolkit InfluxDB I/O subsystem]
77
to import data from [InfluxDB] into [CrateDB].
88

99
:::{note}
@@ -158,7 +158,7 @@ crash --hosts 'https://admin:[email protected]
158158

159159
There are more ways to apply the I/O subsystem of CrateDB Toolkit as
160160
pipeline elements in your daily data operations routines. Please visit the
161-
[CrateDB Toolkit InfluxDB I/O subsystem documentation], to learn more about what's possible.
161+
[CrateDB Toolkit InfluxDB I/O subsystem] documentation, to learn more about what's possible.
162162

163163
The InfluxDB I/O subsystem is based on the [influxio] package. Please also
164164
check its documentation to learn about more of its capabilities, supporting
@@ -168,7 +168,7 @@ you when working with InfluxDB.
168168
[cloud platform]: https://docs.influxdata.com/influxdb/cloud/admin
169169
[CrateDB]: https://github.com/crate/crate
170170
[CrateDB Cloud]: https://console.cratedb.cloud/
171-
[CrateDB Toolkit InfluxDB I/O subsystem documentation]: https://cratedb-toolkit.readthedocs.io/io/influxdb/loader.html
171+
[CrateDB Toolkit InfluxDB I/O subsystem]: https://cratedb-toolkit.readthedocs.io/io/influxdb/loader.html
172172
[InfluxDB]: https://github.com/influxdata/influxdb
173173
[InfluxDB Cloud]: https://cloud2.influxdata.com/
174174
[influxio]: https://influxio.readthedocs.io/

0 commit comments

Comments
 (0)