Skip to content

Commit e861c2e

Browse files
committed
edits
1 parent 46a2e9e commit e861c2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/fundamentals/crud/restful-api-tutorial.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To add the {+driver-short+} to your project as a dependency, run the following c
5757

5858
dotnet add package MongoDB.Driver
5959

60-
The preceding commands create a new web application project for .NET core named
60+
The preceding commands create a new web application project for .NET Core named
6161
``MongoExample`` and install the latest {+driver-short+}. The template project
6262
includes some boilerplate files that you modify to implement a RESTful API.
6363

@@ -112,7 +112,7 @@ the data model for your RESTful API.
112112
This tutorial uses the ``sample_mflix`` database and the ``playlist``
113113
collection. Replace the ``<Atlas connection string>`` placeholder with
114114
your MongoDB Atlas connection string. For more information on how to find
115-
your connection string, see the :atlas:`Connect to Your Cluster </connect-to-your-cluster>` tutorial.
115+
your connection string, see the :atlas:`Connect to Your Cluster </tutorial/connect-to-your-cluster>` tutorial.
116116

117117
.. step:: Create the service
118118

@@ -327,7 +327,7 @@ included with the template .NET Core application. To do this, go to the
327327
:start-after: start-program-example
328328
:end-before: end-program-example
329329

330-
You can replace any repetitive code in the boilerplate with the preceding code.
330+
You can replace any repetitive code from the project template with the preceding code.
331331

332332
Execute the following command to run your application:
333333

0 commit comments

Comments
 (0)