Skip to content

Commit 638c3c0

Browse files
authored
Merge pull request #15804 from salittle0/patch-1
Fix documentation link in connection.js
2 parents 70466d0 + e89cd65 commit 638c3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/connection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1782,7 +1782,7 @@ Connection.prototype.syncIndexes = async function syncIndexes(options = {}) {
17821782
};
17831783

17841784
/**
1785-
* Switches to a different database using the same [connection pool](https://mongoosejs.com/docs/api/connectionshtml#connection_pools).
1785+
* Switches to a different database using the same [connection pool](https://mongoosejs.com/docs/connections.html#connection_pools).
17861786
*
17871787
* Returns a new connection object, with the new db.
17881788
*

0 commit comments

Comments
 (0)