Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update legacy.rst to avoid redirect chain #114

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/legacy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ CrateDB integrates with many different tools. Some of these are:
.. _CrateDB DBAL: https://cratedb.com/docs/clients/dbal/en/latest/
.. _CrateDB driver for Laravel: https://github.com/RatkoR/laravel-crate.io
.. _CrateDB integration tutorials: https://community.cratedb.com/t/overview-of-cratedb-integration-tutorials/1015
.. _crate-jdbc: https://cratedb.com/docs/clients/jdbc/en/latest/
.. _crate-jdbc: https://cratedb.com/docs/jdbc/en/latest/
.. _cratejs: https://www.npmjs.com/package/cratejs
.. _crate-python: https://cratedb.com/docs/clients/python/en/latest/
.. _craterl: https://github.com/crate/craterl
Expand All @@ -215,7 +215,7 @@ CrateDB integrates with many different tools. Some of these are:
.. _node-crate: https://www.npmjs.com/package/node-crate
.. _node-postgres: https://node-postgres.com/
.. _Npgsql: https://www.npgsql.org/
.. _our JDBC driver: https://cratedb.com/docs/reference/jdbc
.. _our JDBC driver: https://cratedb.com/docs/jdbc/en/latest/
.. _pair CrateDB with Grafana: https://cratedb.com/blog/visualizing-time-series-data-with-grafana-and-cratedb
.. _Pentaho: https://www.pentaho.com
.. _Pentaho Kettle: https://github.com/pentaho/pentaho-kettle
Expand Down
Loading