Skip to content

minor edits / fixes broken link to ops manager docs #2334

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def has(self, *args):
'meta-driver': ('http://docs.mongodb.org/meta-driver/latest%s', ''),
'mms-docs': ('https://docs.cloud.mongodb.com%s', ''),
'mms-home': ('https://cloud.mongodb.com%s', ''),
'opsmgr': ('https://docs.opsmanager.mongodb.com%s', ''),
'opsmgr': ('https://docs.opsmanager.mongodb.com/current/%s', ''),
'about': ('https://www.mongodb.org/about%s', ''),
'products': ('https://www.mongodb.com/products%s', '')
}
Expand Down
4 changes: 2 additions & 2 deletions source/includes/steps-restore-primary-from-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ content: |
produces MongoDB database files for :mms-docs:`stored snapshots
</tutorial/restore-from-snapshot/>` and :mms-docs:`point in time
snapshots </tutorial/restore-from-point-in-time-snapshot/>`.
For an :products:`Ops Manager, an on-premise solution available in
For :products:`Ops Manager, an on-premise solution available in
MongoDB Enterprise Advanced </mongodb-enterprise-advanced?jmp=docs>`,
see also :opsmgr:`documentation on Backup </core/backup-overview>`.
see also the :opsmgr:`Ops Manager Backup overview </core/backup-overview>`.

You
can also use :program:`mongorestore` to restore database files using
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ enabling authentication on each :program:`mongos` and each
of a shard's replica set.

Authentication requires an authentication mechanism and, in most cases, a
:setting:`key file <keyFile>`. The content of the key file must be the
:setting:`keyfile <keyFile>`. The content of the key file must be the
same on all cluster members.

Considerations
Expand Down