Skip to content

Commit c3f23c1

Browse files
committed
backport link fixes from #260
fixes #272
1 parent 95a9d9b commit c3f23c1

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

docs/source/configuration.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,8 @@ The optional ``renames`` property lists the item columns to rename along the mig
328328
to: <target-column-name>
329329
# ... other columns to rename
330330
331+
.. _config-savepoints:
332+
331333
----------
332334
Savepoints
333335
----------
@@ -365,6 +367,8 @@ The ``validation`` field and its properties are mandatory only when the applicat
365367
# What difference in ms should we allow between timestamps?
366368
timestampMsTolerance: 0
367369
370+
.. _aws-authentication:
371+
368372
------------------
369373
AWS Authentication
370374
------------------

docs/source/migrate-from-cassandra-or-parquet.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Migrate from Apache Cassandra or from a Parquet File
33
====================================================
44

5-
This page explains how to fill the ``source`` and ``target`` properties of the `configuration file <../configuration>`_ to migrate data:
5+
This page explains how to fill the ``source`` and ``target`` properties of the :doc:`configuration file </configuration>` to migrate data:
66

77
- from Apache Cassandra, ScyllaDB, or from a `Parquet <https://parquet.apache.org/>`_ file,
88
- to Apache Cassandra or ScyllaDB.
@@ -124,7 +124,7 @@ In case the object is not public in the S3 bucket, you can provide the AWS crede
124124
125125
Where ``<access-key>`` and ``<secret-key>`` should be replaced with your actual AWS access key and secret key.
126126

127-
The Migrator also supports advanced AWS authentication options such as using `AssumeRole <https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html>`_. Please read the `configuration reference <../configuration#aws-authentication>`__ for more details.
127+
The Migrator also supports advanced AWS authentication options such as using `AssumeRole <https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html>`_. Please read the :ref:`configuration reference <aws-authentication>` for more details.
128128

129129
---------------------------
130130
Configuring the Destination

docs/source/migrate-from-dynamodb.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Migrate from DynamoDB
33
=====================
44

5-
This page explains how to fill the ``source`` and ``target`` properties of the `configuration file <../configuration>`_ to migrate data:
5+
This page explains how to fill the ``source`` and ``target`` properties of the :doc:`configuration file </configuration>` to migrate data:
66

77
- from a DynamoDB table, a ScyllaDB Alternator table, or a `DynamoDB S3 export <https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/S3DataExport.HowItWorks.html>`_,
88
- to a DynamoDB table or a ScyllaDB Alternator table.
@@ -57,7 +57,7 @@ In practice, your source database (DynamoDB or Alternator) may require authentic
5757
5858
Where ``<access-key>`` and ``<secret-key>`` should be replaced with your actual AWS access key and secret key.
5959

60-
The Migrator also supports advanced AWS authentication options such as using `AssumeRole <https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html>`_. Please read the `configuration reference <../configuration#aws-authentication>`_ for more details.
60+
The Migrator also supports advanced AWS authentication options such as using `AssumeRole <https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html>`_. Please read the :ref:`configuration reference <aws-authentication>` for more details.
6161

6262
Last, you can provide the following optional properties:
6363

@@ -150,7 +150,7 @@ Additionally, you can provide the following optional properties:
150150
151151
Where ``<host>``, ``<port>``, ``<region>``, ``<access-key>``, and ``<secret-key>`` should be replaced with your specific values.
152152

153-
The Migrator also supports advanced AWS authentication options such as using `AssumeRole <https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html>`_. Please read the `configuration reference <../configuration#aws-authentication>`_ for more details.
153+
The Migrator also supports advanced AWS authentication options such as using `AssumeRole <https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html>`_. Please read the :ref:`configuration reference <aws-authentication>` for more details.
154154

155155
---------------------------
156156
Configuring the Destination
@@ -214,4 +214,4 @@ Additionally, you can also set the following optional properties:
214214
215215
Where ``<host>``, ``<port>``, ``<region>``, ``<access-key>``, and ``<secret-key>`` are replaced with your specific values.
216216

217-
The Migrator also supports advanced AWS authentication options such as using `AssumeRole <https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html>`_. Please read the `configuration reference <../configuration#aws-authentication>`_ for more details.
217+
The Migrator also supports advanced AWS authentication options such as using `AssumeRole <https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html>`_. Please read the :ref:`configuration reference <aws-authentication>` for more details.

0 commit comments

Comments
 (0)