Skip to content

Commit af47529

Browse files
authored
docs(NODE-5535): fix link to Transactions quickstart (#3811)
1 parent 15ef5f4 commit af47529

File tree

20 files changed

+39
-39
lines changed

20 files changed

+39
-39
lines changed

docs/4.10/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/4.11/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/4.12/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/4.13/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/4.14/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/4.15/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/4.16/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/4.7/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/4.8/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/4.9/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/5.0/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/5.1/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/5.2/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/5.3/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/5.4/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/5.5/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/5.6/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/5.7/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ <h4>Remarks</h4><p>This function:</p>
960960
</ul>
961961
<p>Checkout a descriptive example here:</p>
962962

963-
<h4>See</h4><p><a href="https://www.mongodb.com/developer/quickstart/node-transactions/">https://www.mongodb.com/developer/quickstart/node-transactions/</a></p>
963+
<h4>See</h4><p><a href="https://www.mongodb.com/blog/post/quick-start-nodejs--mongodb--how-to-implement-transactions">https://www.mongodb.com/blog/post/quick-start-nodejs--mongodb--how-to-implement-transactions</a></p>
964964
</div><aside class="tsd-sources">
965965
<ul>
966966
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v5.7.0/src/sessions.ts#L455">src/sessions.ts:455</a></li></ul></aside></li></ul></section>
@@ -1575,4 +1575,4 @@ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon
15751575
<li><a href="../variables/TopologyType-1.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>Topology<wbr/>Type</span></a></li></ul></nav></div></div></div>
15761576
<div class="tsd-generator">
15771577
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
1578-
<div class="overlay"></div></body></html>
1578+
<div class="overlay"></div></body></html>

docs/Next/classes/ClientSession.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ <h4>Remarks</h4><p>This function:</p>
960960
</ul>
961961
<p>Checkout a descriptive example here:</p>
962962

963-
<h4>See</h4><p><a href="https://www.mongodb.com/developer/quickstart/node-transactions/">https://www.mongodb.com/developer/quickstart/node-transactions/</a></p>
963+
<h4>See</h4><p><a href="https://www.mongodb.com/blog/post/quick-start-nodejs--mongodb--how-to-implement-transactions">https://www.mongodb.com/blog/post/quick-start-nodejs--mongodb--how-to-implement-transactions</a></p>
964964
</div><aside class="tsd-sources">
965965
<ul>
966966
<li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/main/src/sessions.ts#L454">src/sessions.ts:454</a></li></ul></aside></li></ul></section>
@@ -1574,4 +1574,4 @@ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon
15741574
<li><a href="../variables/TopologyType-1.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>Topology<wbr/>Type</span></a></li></ul></nav></div></div></div>
15751575
<div class="tsd-generator">
15761576
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
1577-
<div class="overlay"></div></body></html>
1577+
<div class="overlay"></div></body></html>

src/sessions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ export class ClientSession extends TypedEventEmitter<ClientSessionEvents> {
444444
* - May be called multiple times if the driver needs to attempt to retry the operations.
445445
*
446446
* Checkout a descriptive example here:
447-
* @see https://www.mongodb.com/developer/quickstart/node-transactions/
447+
* @see https://www.mongodb.com/blog/post/quick-start-nodejs--mongodb--how-to-implement-transactions
448448
*
449449
* @param fn - callback to run within a transaction
450450
* @param options - optional settings for the transaction

0 commit comments

Comments
 (0)