Skip to content

Commit ba2c466

Browse files
committed
Chore: Fix broken links
1 parent 28ce320 commit ba2c466

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/domain/timeseries/normalize-intervals.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ To get started, import the ``pandas`` library:
184184
185185
import pandas
186186
187-
Pandas uses `SQLAlchemy`_ and the :ref:`crate-python:index` to provide support
188-
for ``crate://`` style :ref:`connection strings <crate-python:database-urls>`.
187+
Pandas uses `SQLAlchemy`_ and the :ref:`sqlalchemy-cratedb:index` to provide support
188+
for ``crate://`` style :ref:`connection strings <sqlalchemy-cratedb:database-urls>`.
189189

190190
Then, query the raw data:
191191

docs/install/cloud/aws/aws-terraform-setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ to destroy all associated resources:
195195
.. _git's installation guide: https://git-scm.com/downloads
196196
.. _AWS provider: https://registry.terraform.io/providers/hashicorp/aws/latest/docs
197197
.. _List of available AWS regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
198-
.. _How to view VPC properties: https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html#view-default-vpc
198+
.. _How to view VPC properties: https://docs.aws.amazon.com/vpc/latest/userguide/work-with-default-vpc.html#view-default-vpc
199199
.. _How to view subnet properties: https://docs.aws.amazon.com/vpc/latest/userguide/modify-subnets.html#view-subnet
200200
.. _How to create EC2 key pairs: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-key-pairs.html
201201
.. _community post: https://community.cratedb.com/t/deploying-cratedb-to-the-cloud-via-terraform/849

docs/install/windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ How to use the release archives to run CrateDB on Microsoft Windows.
7070
.. _msvcrt x86-32: https://aka.ms/vs/16/release/vc_redist.x86.exe
7171
.. _msvcrt x86-64: https://aka.ms/vs/16/release/vc_redist.x64.exe
7272
.. _Powershell: https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-7.2
73-
.. _starting PowerShell: https://docs.microsoft.com/en-us/powershell/scripting/learn/ps101/01-getting-started?view=powershell-7.1#how-do-i-launch-powershell
73+
.. _starting PowerShell: https://learn.microsoft.com/en-us/powershell/scripting/learn/ps101/01-getting-started?view=powershell-7.4#how-to-launch-powershell
7474
.. _Windows Server: https://www.microsoft.com/en-us/windows-server

docs/integrate/orm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ How to use CrateDB together with popular open-source ORM libraries.
1010

1111

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

0 commit comments

Comments
 (0)