Skip to content

Commit e142053

Browse files
committed
fix anchors for config links
fixes #260
1 parent f5b5bcf commit e142053

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 `configuration reference <../configuration/#aws-authentication>`__ for more details.
128128

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

docs/source/migrate-from-dynamodb.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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 `configuration reference <../configuration/#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 `configuration reference <../configuration/#aws-authentication>`__ for more details.
154154

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

212-
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.
212+
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.

docs/source/resume-interrupted-migration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ If, for some reason, the migration is interrupted (e.g., because of a networking
88

99
Savepoints are configuration files that contain information about the already migrated items, which can be skipped when the migration is resumed. The savepoint files are automatically generated during the migration. To use a savepoint, start a migration using it as configuration file.
1010

11-
You can control the savepoints location and the interval at which they are generated in the configuration file under the top-level property ``savepoints``. See `the corresponding section of the configuration reference </configuration#savepoints>`_.
11+
You can control the savepoints location and the interval at which they are generated in the configuration file under the top-level property ``savepoints``. See `the corresponding section of the configuration reference </configuration/#savepoints>`__.
1212

1313
During the migration, the savepoints are generated with file names like ``savepoint_xxx.yaml``, where ``xxx`` is a timestamp looking like ``1234567890``. To resume a migration, start a new migration with the latest savepoint as configuration file.

0 commit comments

Comments
 (0)