diff --git a/source/faq/fundamentals.txt b/source/faq/fundamentals.txt index 6631f36befc..814285f94de 100644 --- a/source/faq/fundamentals.txt +++ b/source/faq/fundamentals.txt @@ -220,7 +220,7 @@ If you're running a 64-bit build of MongoDB, there's virtually no limit to storage size. For production deployments, 64-bit builds and operating systems are strongly recommended. -.. seealso:: "`Blog Post: 32-bit Limitations `_ +.. seealso:: "`Blog Post: 32-bit Limitations `_" .. note:: diff --git a/source/reference/connection-string.txt b/source/reference/connection-string.txt index 80ebc7210eb..a36d0939b2a 100644 --- a/source/reference/connection-string.txt +++ b/source/reference/connection-string.txt @@ -31,14 +31,14 @@ The components of this string are: #. ``mongodb://`` - A required prefix to identify that this is a string in the standard - connection format. + A required prefix to identify that this is a string in the standard + connection format. #. ``username:password@`` - Optional. If specified, the client will attempt to log in to the - specific database using these credentials after connecting to the - :program:`mongod` instance. + Optional. If specified, the client will attempt to log in to the + specific database using these credentials after connecting to the + :program:`mongod` instance. #. ``host1`` diff --git a/source/use-cases/storing-log-data.txt b/source/use-cases/storing-log-data.txt index bb96659244f..c226e06dbdb 100644 --- a/source/use-cases/storing-log-data.txt +++ b/source/use-cases/storing-log-data.txt @@ -617,7 +617,7 @@ use a :term:`sharded cluster`, which takes advantage of MongoDB's :term:`sharding` functionality. This section introduces the unique sharding concerns for this event logging case. -.. seealso:: ":doc:`/faq/sharding`" and the ":wiki:`Sharding` wiki +.. seealso:: ":doc:`/faq/sharding`" and the ":wiki:`Sharding`" wiki page. Limitations