Skip to content

Commit e89cd65

Browse files
authored
Fix documentation link in connection.js
Updated documentation link for connection pool.
1 parent 70466d0 commit e89cd65

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)