Skip to content

Commit 30ff78d

Browse files
committed
DRIVERS-2789 Fix malformed links
1 parent 0154a29 commit 30ff78d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

source/faas-automated-testing/faas-automated-testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ sam local invoke --parameter-overrides "MongoDbUri=${MONGODB_URI}"
201201
```
202202

203203
*NOTE* "127.0.0.1" in the MONGODB_URI MUST be replaced with "host.docker.internal" to test a local MongoDB deployment.
204-
If "host.docker.internal" does not work (can occur on M1 machines), drivers MAY choose to use a \[bridged docker
205-
container\](<https://docs.docker.com/network/bridge/>) to test locally.
204+
If "host.docker.internal" does not work (can occur on M1 machines), drivers MAY choose to use a
205+
[bridged docker container](https://docs.docker.com/network/bridge/) to test locally.
206206

207207
###### Implementing the Function
208208

source/retryable-reads/tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ______________________________________________________________________
55
## Introduction
66

77
The YAML and JSON files in this directory are platform-independent tests meant to exercise a driver's implementation of
8-
retryable reads. These tests utilize the \[Unified Test Format\](../../unified-test-format/unified-test-format.md).
8+
retryable reads. These tests utilize the [Unified Test Format](../../unified-test-format/unified-test-format.md).
99

1010
Several prose tests, which are not easily expressed in YAML, are also presented in this file. Those tests will need to
1111
be manually implemented by each driver.

source/server-selection/server-selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ Therefore, for single-threaded clients, the server selection algorithm is as fol
711711
04. If the topology is stale, proceed as follows:
712712
- record the target scan time as last scan time plus `minHeartBeatFrequencyMS`
713713
- if [serverSelectionTryOnce](#serverselectiontryonce) is false and the target scan time would exceed the maximum
714-
time, raise a \[server selection error\](#server selection error) and log a
714+
time, raise a \[server selection error(#server selection error) and log a
715715
["Server selection failed" message](#server-selection-failed-message).
716716
- if the current time is less than the target scan time, sleep until the target scan time
717717
- do a blocking immediate topology check (which must also update the last scan time and mark the topology as no

0 commit comments

Comments
 (0)