Skip to content

Commit 2baacd8

Browse files
committed
Fix build warning, replace instance of OS X with macOS
1 parent 45adb99 commit 2baacd8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

source/includes/toc-installation-enterprise.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: |
44
Install the official builds of MongoDB Enterprise on Linux-based systems.
55
---
66
file: /tutorial/install-mongodb-enterprise-on-os-x
7-
name: Install on OS X
8-
description: "Install the official build of MongoDB Enterprise on OS X"
7+
name: Install on macOS
8+
description: "Install the official build of MongoDB Enterprise on macOS"
99
---
1010
file: /tutorial/install-mongodb-enterprise-on-windows
1111
name: Install on Windows

source/tutorial/change-streams-example.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,44 +34,44 @@ Change Stream Examples
3434
- id: python
3535
content: |
3636
The Python examples below assume that you have `connected to a MongoDB replica set and have accessed a database
37-
<http://api.mongodb.com/python/current/tutorial.html#making-a-connection-with-mongoclient/>`_
37+
<http://api.mongodb.com/python/current/tutorial.html#making-a-connection-with-mongoclient/>`__
3838
that contains an ``inventory`` collection.
3939

4040
- id: motor
4141
content: |
4242
The Python examples below assume that you have `connected to a MongoDB replica set and have accessed a database
43-
<https://motor.readthedocs.io/en/stable/tutorial-asyncio.html#creating-a-client>`_
43+
<https://motor.readthedocs.io/en/stable/tutorial-asyncio.html#creating-a-client>`__
4444
that contains an ``inventory`` collection.
4545

4646
- id: java-sync
4747
content: |
4848
The Java examples below assume that you have `connected to a MongoDB replica set and have accessed a database
49-
<http://mongodb.github.io/mongo-java-driver/3.6/driver/tutorials/databases-collections/>`_
49+
<http://mongodb.github.io/mongo-java-driver/3.6/driver/tutorials/databases-collections/>`__
5050
that contains an ``inventory`` collection.
5151

5252
- id: csharp
5353
content: |
5454
The C# examples below assume that you have `connected to a MongoDB replica set and have accessed a database
55-
<http://mongodb.github.io/mongo-csharp-driver/2.4/getting_started/quick_tour/#make-a-connection/>`_
55+
<http://mongodb.github.io/mongo-csharp-driver/2.4/getting_started/quick_tour/#make-a-connection/>`__
5656
that contains an ``inventory`` collection.
5757

5858
- id: c
5959
content: |
6060
The C examples below assume that you have `connected to a MongoDB replica set and have accessed a database
61-
<http://mongoc.org/libmongoc/current/tutorial.html#making-a-connection/>`_
61+
<http://mongoc.org/libmongoc/current/tutorial.html#making-a-connection/>`__
6262
that contains an ``inventory`` collection.
6363

6464

6565
- id: nodejs
6666
content: |
6767
The Node.js examples below assume that you have `connected to a MongoDB replica set and have accessed a database
68-
<https://mongodb.github.io/node-mongodb-native/api-generated/mongoclient.html#connect>`_
68+
<https://mongodb.github.io/node-mongodb-native/api-generated/mongoclient.html#connect>`__
6969
that contains an ``inventory`` collection.
7070

7171
- id: ruby
7272
content: |
7373
The examples below assume that you have `connected to a MongoDB replica set and have accessed a database
74-
<https://docs.mongodb.com/ruby-driver/master/tutorials/ruby-driver-create-client/>`_
74+
<https://docs.mongodb.com/ruby-driver/master/tutorials/ruby-driver-create-client/>`__
7575
that contains an ``inventory`` collection.
7676

7777

0 commit comments

Comments
 (0)