Skip to content

Commit

Permalink
Fix links reported by link checker. (github#285)
Browse files Browse the repository at this point in the history
* Fix links reported by link checker.

* Fix links reported by link checker.

Co-authored-by: Jacob Prall <prall.jacob@gmail.com>
  • Loading branch information
Loquacity and jacobprall authored Aug 24, 2021
1 parent f5ff74c commit ba79f65
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
11 changes: 6 additions & 5 deletions timescaledb/how-to-guides/ingest-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ a TimescaleDB hypertable. Telegraf handles batching, processing, and aggregating
the data collected prior to inserting that data into TimescaleDB.

<highlight type="warning">
The [pull request](https://github.com/influxdata/telegraf/pull/3428) is open
and currently under review by the Telegraf developers, waiting to be merged.
To give users the opportunity to try this functionality, we built
[downloadable binaries](https://docs.timescale.com/tutorials/telegraf-output-plugin#telegraf-installation) of Telegraf with our plugin already included.
The [pull request](https://github.com/influxdata/telegraf/pull/3428) is open and
currently under review by the Telegraf developers, waiting to be merged. To give
users the opportunity to try this functionality, we built
[downloadable binaries](/timescaledb/latest/tutorials/telegraf-output-plugin/#setting-up-telegraf)
of Telegraf with our plugin already included.
</highlight>

The PostgreSQL plugin extends the ease of use users get from leveraging Telegraf
Expand Down Expand Up @@ -102,7 +103,7 @@ this [tutorial][tutorial-streamsets].
[promscale-sql]: https://github.com/timescale/promscale/blob/master/docs/sql_schema.md
[timescale-compression]: https://blog.timescale.com/blog/building-columnar-compression-in-a-row-oriented-database/
[wide-model]: /overview/data-model-flexibility/wide-data-model/
[telegraf-tutorial]: https://docs.timescale.com/tutorials/telegraf-output-plugin
[telegraf-tutorial]: /timescaledb/:currentVersion:/tutorials/telegraf-output-plugin/
[postgresql-connector-kafka]: https://github.com/debezium/debezium/tree/master/debezium-connector-postgres
[kafka-connect]: http://kafka.apache.org/documentation.html#connect
[github-debezium]: https://github.com/debezium/debezium/tree/master/debezium-connector-postgres
Expand Down
14 changes: 6 additions & 8 deletions timescaledb/integrations/ingesting-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ a TimescaleDB hypertable. Telegraf handles batching, processing, and aggregating
the data collected prior to inserting that data into TimescaleDB.

<highlight type="warning">
The [pull request](https://github.com/influxdata/telegraf/pull/3428) is open
and currently under review by the Telegraf developers, waiting to be merged. To
give users the opportunity to try this functionality, we built [downloadable
binaries](https://docs.timescale.com/tutorials/telegraf-output-plugin#telegraf-installation)
The [pull request](https://github.com/influxdata/telegraf/pull/3428) is open and
currently under review by the Telegraf developers, waiting to be merged. To give
users the opportunity to try this functionality, we built
[downloadable binaries](/timescaledb/latest/tutorials/telegraf-output-plugin/#setting-up-telegraf)
of Telegraf with our plugin already included.
</highlight>

Expand Down Expand Up @@ -93,10 +93,8 @@ and get started with this [tutorial][tutorial-streamsets].
[promscale-blog]: https://blog.timescale.com/blog/promscale-analytical-platform-long-term-store-for-prometheus-combined-sql-promql-postgresql/
[promscale-sql]: https://github.com/timescale/promscale/blob/master/docs/sql_schema.md
[timescale-compression]: https://blog.timescale.com/blog/building-columnar-compression-in-a-row-oriented-database/
[pull-request]: https://github.com/influxdata/telegraf/pull/3428
[downloadable-binaries]: https://docs.timescale.com/tutorials/telegraf-output-plugin#telegraf-installation
[wide-model]: https://docs.timescale.com/introduction/data-model
[telegraf-tutorial]: https://docs.timescale.com/tutorials/telegraf-output-plugin
[wide-model]: /timescaledb/:currentVersion:/overview/data-model-flexibility/
[telegraf-tutorial]: /timescaledb/:currentVersion:/tutorials/telegraf-output-plugin/
[postgresql-connector-with-kafka-connect]: https://github.com/debezium/debezium/tree/master/debezium-connector-postgres
[kafka-connect]: http://kafka.apache.org/documentation.html#connect
[github-debezium]: https://github.com/debezium/debezium/tree/master/debezium-connector-postgres
Expand Down
2 changes: 1 addition & 1 deletion timescaledb/tutorials/grafana/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ connect to your TimescaleDB instance.
1. Click `Save & Test`. You can confirm your data source is working by clicking
`Back`, and checking that your service is listed correctly.

[mst-login]: https://portal.timescale.cloud/login
[mst-login]: https://portal.timescale.cloud

0 comments on commit ba79f65

Please sign in to comment.