Skip to content

Commit 076a309

Browse files
authored
Updated MongoDB docs references to v3.2
Couple of MongoDB docs references were to v2.4 branch. Updated to v3.2, since that's our preferred version.
1 parent c4d9899 commit 076a309

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/install/config/config.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ In :github_st2:`/etc/st2/st2.conf <conf/st2.prod.conf>` include the following se
2727
2828
The ``username`` and ``password`` properties are optional.
2929

30-
|st2| also supports `MongoDB replica sets <https://docs.mongodb.com/v2.4/core/replication-introduction/>`_
31-
using `MongoDB URI string <https://docs.mongodb.com/v2.4/reference/connection-string/>`_.
30+
|st2| also supports `MongoDB replica sets <https://docs.mongodb.com/v3.2/core/replication-introduction/>`_
31+
using `MongoDB URI string <https://docs.mongodb.com/v3.2/reference/connection-string/>`_.
3232

3333
In :github_st2:`/etc/st2/st2.conf <conf/st2.prod.conf>` include the following section :
3434

@@ -37,9 +37,9 @@ In :github_st2:`/etc/st2/st2.conf <conf/st2.prod.conf>` include the following se
3737
[database]
3838
host = mongodb://<#MDB_NODE_1>,<#MDB_NODE_2>,<#MDB_NODE_3>/?replicaSet=<#MDB_REPLICA_SET_NAME>
3939
40-
* You can also add ports, usernames and passwords, etc to your connection string - https://docs.mongodb.com/v2.4/reference/connection-string/
40+
* You can also add ports, usernames and passwords, etc to your connection string - https://docs.mongodb.com/v3.2/reference/connection-string/
4141

42-
* To understand more about setting up a MongoDB replica set - https://docs.mongodb.com/v2.4/tutorial/deploy-replica-set/
42+
* To understand more about setting up a MongoDB replica set - https://docs.mongodb.com/v3.2/tutorial/deploy-replica-set/
4343

4444
|st2| also supports SSL/TLS to encrypt connections. A few extra properties need be added to
4545
the configuration apart from the ones outlined above.

0 commit comments

Comments
 (0)