Skip to content

Commit c9c81e3

Browse files
(DOCSP-20214) Change :doc: to :ref: (#9)
1 parent 4ee60b5 commit c9c81e3

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

source/analyze-code.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _visual-studio-extension-builders:
1+
.. _mongodb-analyzer-analyze-code:
22

33
=================
44
Analyze Your Code
@@ -76,7 +76,7 @@ Analyze Builders in Visual Studio
7676

7777
To analyze your builder expressions in Visual Studio, perform the following actions:
7878

79-
1. Install the {+product+} as described in the :doc:`Install </install>`
79+
1. Install the {+product+} as described in the :ref:`Install <mongodb-analyzer-install>`
8080
guide.
8181
2. Write a builder expression with the {+driver-short+}
8282
3. Move your mouse over the :guilabel:`...` annotation beneath the first
@@ -150,7 +150,7 @@ Analyze LINQ in Visual Studio
150150

151151
To analyze your LINQ expressions in Visual Studio, perform the following actions:
152152

153-
1. Install the {+product+} as described in the :doc:`Install </install>`
153+
1. Install the {+product+} as described in the :ref:`Install <mongodb-analyzer-install>`
154154
guide.
155155
2. Write a LINQ expression with the {+driver-short+}.
156156
3. Move your mouse over the :guilabel:`...` annotation beneath the first
@@ -223,7 +223,7 @@ Analyze LINQ3
223223

224224
To analyze a LINQ3 expression, you must configure the {+product+} to use the LINQ3
225225
provider. To learn how to configure your LINQ provider, see the
226-
:doc:`configuration </configuration>` guide.
226+
:ref:`configuration <mongodb-analyzer-configuration>` guide.
227227

228228
.. important:: Expressions Supported Only by LINQ3
229229

@@ -264,7 +264,7 @@ To run the {+product+} from the command line and save your results to a
264264
:github:`SARIF </microsoft/sarif-tutorials/blob/main/docs/1-Introduction.md>`
265265
format file, perform the following actions:
266266

267-
- Install the {+product+} as described in the :doc:`Install </install>` guide.
267+
- Install the {+product+} as described in the :ref:`Install <mongodb-analyzer-install>` guide.
268268
- Execute the following command:
269269

270270
.. code-block:: shell

source/configuration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Configuration
2424
To configure the {+product+}, perform the following actions:
2525

2626
#. Install the {+product+} as described in
27-
`the installation guide <TODO: ref link to the install guide once it's written>`__.
27+
:ref:`the installation guide <mongodb-analyzer-install>`.
2828

2929
#. Create a file specifying your configuration for the {+product+} named
3030
``{+product-settings-file-constant+}``.

source/faq.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
.. _mongodb-analyzer-faq:
2+
13
TODO: write

source/index.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.. _visual-studio-extension:
1+
.. _mongodb-analyzer:
22

3-
.. _visual-studio-extension-landing:
3+
.. _mongodb-analyzer-landing:
44

55
===============================
66
{+product+}
@@ -37,14 +37,14 @@ The {+product+} can analyze the following groups of {+driver-short+} expressions
3737
Read the following sections of this guide to learn how to install the
3838
{+product+}, how to use its features, and how to configure it:
3939

40-
- :doc:`Install the extension </install>`
41-
- :doc:`Analyze your code </analyze-code>`
42-
- :doc:`Configure the extension </configuration>`
40+
- :ref:`Install the extension <mongodb-analyzer-install>`
41+
- :ref:`Analyze your code <mongodb-analyzer-analyze-code>`
42+
- :ref:`Configure the extension <mongodb-analyzer-configuration>`
4343

44-
To view answers to frequently asked questions, see the :doc:`FAQ </faq>` page.
44+
To view answers to frequently asked questions, see the :ref:`FAQ <mongodb-analyzer-faq>` page.
4545

4646
To view the differences between versions of the extension,
47-
see the :doc:`What's New <whats-new>` page.
47+
see the :ref:`What's New <mongodb-analyzer-changelog>` page.
4848

4949
.. note:: Roslyn Analyzer
5050

0 commit comments

Comments
 (0)