Skip to content

Commit 51e5631

Browse files
authored
Fixes build errors related to submodule (#322)
* Fixes build errors related to submodule * Fixes more errors * Copy review change
1 parent 35bc03c commit 51e5631

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

source/atlas-cli-changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,7 @@ including managing:
861861
- Alerts
862862
- Metrics and monitoring
863863

864-
For a complete list of available commands, see :doc:`</command/atlas>`.
864+
For a complete list of available commands, see the
865+
:ref:`{+atlas-cli+} commands <atlas>`.
865866

866867
To install this version, see :ref:`<install-atlas-cli>`.

source/atlas-cli-tutorials.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Use the following tutorials to learn how to manage |service| using the
1818
To learn the {+atlas-cli+} basics, see :ref:`install-atlas-cli` and
1919
:ref:`connect-atlas-cli`.
2020

21-
You can also go straight to the :doc:`{+atlas-cli+} Commands
22-
</command/atlas>`.
21+
You can also go straight to the :ref:`{+atlas-cli+} Commands
22+
<atlas>`.
2323

2424
.. list-table::
2525
:header-rows: 1

source/connect-atlas-cli.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ from the {+atlas-cli+}.
172172

173173
.. step:: Issue commands using the ``--projectId`` and ``--orgId`` flags.
174174

175-
When you run :doc:`{+atlas-cli+} commands </command/atlas>` for
175+
When you run :ref:`{+atlas-cli+} commands <atlas>` for
176176
the duration of your {+atlas-cli+} session, specify your Project ID and Org ID
177177
using the ``--projectId`` and ``--orgId`` flags.
178178

@@ -206,7 +206,7 @@ from the {+atlas-cli+}.
206206

207207
.. step:: Issue commands using the ``--projectId`` and ``--orgId`` flags.
208208

209-
When you run :doc:`{+atlas-cli+} commands </command/atlas>` for
209+
When you run :ref:`{+atlas-cli+} commands <atlas>` for
210210
the duration of your {+atlas-cli+} session, specify your Project ID and Org ID
211211
using the ``--projectId`` and ``--orgId`` flags.
212212

@@ -222,7 +222,7 @@ Take the Next Steps
222222
-------------------
223223

224224
Start using the
225-
:doc:`{+atlas-cli+} commands </command/atlas>`.
225+
:ref:`{+atlas-cli+} commands <atlas>`.
226226

227227
To save connection settings by modifying the default profile or create a
228228
different profile, see :ref:`<atlas-cli-profiles>`.

source/install-atlas-cli.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ Take the Next Steps
631631
-------------------
632632

633633
:ref:`<connect-atlas-cli>` to start using the
634-
:doc:`{+atlas-cli+} commands </command/atlas>`.
634+
:ref:`{+atlas-cli+} commands <atlas>`.
635635

636636
.. toctree::
637637
:titlesonly:

source/migrate-to-atlas-cli.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Migrate to the {+atlas-cli+}
2020

2121
``mongocli atlas`` commands for MongoCLI are now deprecated. Follow
2222
the steps on this page to migrate to the {+atlas-cli+} and run
23-
:doc:`{+atlas-cli+} commands </command/atlas>` instead of
23+
:ref:`{+atlas-cli+} commands <atlas>` instead of
2424
``mongocli atlas`` commands.
2525

2626
If you have already configured {+mcli+}, you can migrate your settings to the
@@ -47,7 +47,7 @@ following steps to migrate from the {+mcli+} to the {+atlas-cli+}:
4747
If you use any automation scripts that rely on ``mongocli.toml`` or
4848
use {+mcli+} |service| commands, update the scripts to point to the
4949
:ref:`new configuration file <config-toml-location>` and use
50-
:doc:`{+atlas-cli+} commands </command/atlas>` instead.
50+
:ref:`{+atlas-cli+} commands <atlas>` instead.
5151

5252
.. note::
5353

@@ -66,9 +66,9 @@ following steps to migrate from the {+mcli+} to the {+atlas-cli+}:
6666
You can authenticate using either ``atlas auth login`` or ``atlas
6767
config init``. To learn more, see :ref:`<connect-atlas-cli>`.
6868

69-
.. step:: Use the new :doc:`{+atlas-cli+} commands </command/atlas>`.
69+
.. step:: Use the new :ref:`{+atlas-cli+} commands <atlas>`.
7070

71-
Use :doc:`{+atlas-cli+} commands </command/atlas>` (starting
71+
Use :ref:`{+atlas-cli+} commands <atlas>` (starting
7272
with ``atlas``) wherever you previously used {+mcli+} |service|
7373
commands (starting with ``mongocli atlas``). You can use profiles
7474
that {+atlas-cli+} migrates

0 commit comments

Comments
 (0)