Skip to content

Commit eca6595

Browse files
committed
remove faq references
1 parent e880f28 commit eca6595

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

source/connection/connect.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ Use the ``MongoClients.create()`` method to construct a ``MongoClient``.
3333

3434
As each ``MongoClient`` represents a thread-safe pool of connections to the
3535
database, most applications only require a single instance of a
36-
``MongoClient``, even across multiple threads. To learn more about
37-
how connection pools work in the driver, see the :ref:`FAQ page <java-faq-connection-pool>`.
38-
36+
``MongoClient``, even across multiple threads.
3937
All resource usage limits, such as max connections, apply to individual
4038
``MongoClient`` instances.
4139

source/connection/connection-troubleshooting.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ Connection Troubleshooting
3131
finding more resources
3232
- The `MongoDB Community Forums <{+communityForums+}>`__ for
3333
questions, discussions, or general technical support
34-
- The :ref:`Frequently Asked Questions (FAQ) <java-faq>` page for
35-
answers to common questions about the {+driver-short+}
3634

3735
.. replacement:: server-selection-timeout-error
3836

@@ -150,11 +148,6 @@ Connection Troubleshooting
150148

151149
``maxIdleTimeMS``
152150

153-
.. replacement:: connection-pools-learn-more
154-
155-
To learn more about how connection pooling works in the driver, see
156-
:ref:`java-faq-connection-pool` in the FAQ.
157-
158151
.. replacement:: scram-failure-error
159152

160153
.. code-block::

source/index.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,6 @@ and links to the API documentation.
113113
* - `Legacy Java Driver <{+api+}/apidocs/mongodb-driver-legacy/index.html>`__
114114
- Legacy API
115115

116-
FAQ
117-
---
118-
119-
For answers to commonly asked questions about the MongoDB
120-
Java Driver, see the :doc:`Frequently Asked Questions (FAQ) </faq>`
121-
section.
122-
123116
Connection Troubleshooting
124117
--------------------------
125118

0 commit comments

Comments
 (0)