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

Chore: Fix broken links #93

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
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/domain/timeseries/normalize-intervals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ To get started, import the ``pandas`` library:

import pandas

Pandas uses `SQLAlchemy`_ and the :ref:`crate-python:index` to provide support
for ``crate://`` style :ref:`connection strings <crate-python:database-urls>`.
Pandas uses `SQLAlchemy`_ and the :ref:`sqlalchemy-cratedb:index` to provide support
for ``crate://`` style :ref:`connection strings <sqlalchemy-cratedb:database-urls>`.

Then, query the raw data:

Expand Down
2 changes: 1 addition & 1 deletion docs/install/cloud/aws/aws-terraform-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ to destroy all associated resources:
.. _git's installation guide: https://git-scm.com/downloads
.. _AWS provider: https://registry.terraform.io/providers/hashicorp/aws/latest/docs
.. _List of available AWS regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
.. _How to view VPC properties: https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html#view-default-vpc
.. _How to view VPC properties: https://docs.aws.amazon.com/vpc/latest/userguide/work-with-default-vpc.html#view-default-vpc
.. _How to view subnet properties: https://docs.aws.amazon.com/vpc/latest/userguide/modify-subnets.html#view-subnet
.. _How to create EC2 key pairs: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-key-pairs.html
.. _community post: https://community.cratedb.com/t/deploying-cratedb-to-the-cloud-via-terraform/849
2 changes: 1 addition & 1 deletion docs/install/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ How to use the release archives to run CrateDB on Microsoft Windows.
.. _msvcrt x86-32: https://aka.ms/vs/16/release/vc_redist.x86.exe
.. _msvcrt x86-64: https://aka.ms/vs/16/release/vc_redist.x64.exe
.. _Powershell: https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-7.2
.. _starting PowerShell: https://docs.microsoft.com/en-us/powershell/scripting/learn/ps101/01-getting-started?view=powershell-7.1#how-do-i-launch-powershell
.. _starting PowerShell: https://learn.microsoft.com/en-us/powershell/scripting/learn/ps101/01-getting-started?view=powershell-7.4#how-to-launch-powershell
.. _Windows Server: https://www.microsoft.com/en-us/windows-server
4 changes: 2 additions & 2 deletions docs/integrate/orm.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ How to use CrateDB together with popular open-source ORM libraries.


[SQLAlchemy Code Examples]: https://github.com/crate/cratedb-examples/tree/main/by-language/python-sqlalchemy
[The CrateDB SQLAlchemy Dialect]: https://cratedb.com/docs/python/en/latest/sqlalchemy.html
[Working with SQLAlchemy and CrateDB]: https://cratedb.com/docs/python/en/latest/by-example/index.html#sqlalchemy-by-example
[The CrateDB SQLAlchemy Dialect]: inv:sqlalchemy-cratedb:*:label#index
[Working with SQLAlchemy and CrateDB]: inv:sqlalchemy-cratedb:*:label#by-example