Skip to content

Commit c8849fa

Browse files
authored
Fixes build errors related to submodule (#322) (#325)
* Fixes build errors related to submodule * Fixes more errors * Copy review change
1 parent 6066224 commit c8849fa

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

source/atlas-cli-changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,7 @@ including managing:
837837
- Alerts
838838
- Metrics and monitoring
839839

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

842843
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ following steps to migrate from the {+mcli+} to the {+atlas-cli+}:
3636
If you use any automation scripts that rely on ``mongocli.toml`` or
3737
use {+mcli+} |service| commands, update the scripts to point to the
3838
:ref:`new configuration file <config-toml-location>` and use
39-
:doc:`{+atlas-cli+} commands </command/atlas>` instead.
39+
:ref:`{+atlas-cli+} commands <atlas>` instead.
4040

4141
.. note::
4242

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

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

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

0 commit comments

Comments
 (0)