diff --git a/docs/source/getting-started/ansible.rst b/docs/source/getting-started/ansible.rst
index 3ea30f88..d1493080 100644
--- a/docs/source/getting-started/ansible.rst
+++ b/docs/source/getting-started/ansible.rst
@@ -2,7 +2,7 @@
Set Up a Spark Cluster with Ansible
===================================
-An `Ansible `_ playbook is provided in the `ansible folder`_ folder of our Git repository. The Ansible playbook will install the pre-requisites, Spark, on the master and workers added to the ``ansible/inventory/hosts`` file. Scylla-migrator will be installed on the spark master node.
+An `Ansible `_ playbook is provided in the `ansible folder `_ folder of our Git repository. The Ansible playbook will install the pre-requisites, Spark, on the master and workers added to the ``ansible/inventory/hosts`` file. Scylla-migrator will be installed on the spark master node.
1. Update ``ansible/inventory/hosts`` file with master and worker instances
2. Update ``ansible/ansible.cfg`` with location of private key if necessary
diff --git a/docs/source/migrate-from-dynamodb.rst b/docs/source/migrate-from-dynamodb.rst
index 86b675ea..5b119891 100644
--- a/docs/source/migrate-from-dynamodb.rst
+++ b/docs/source/migrate-from-dynamodb.rst
@@ -174,4 +174,4 @@ Additionally, you can also set the following optional properties:
Where ````, ````, ````, ````, and ```` are replaced with your specific values.
-The Migrator also supports advanced AWS authentication options such as using `AssumeRole `_. Please read the :doc:`configuration reference `_ for more details.
+The Migrator also supports advanced AWS authentication options such as using `AssumeRole `_. Please read the :doc:`configuration reference ` for more details.