From 6b6737c025bc7464d73d10853e146ade6565a501 Mon Sep 17 00:00:00 2001 From: jonathan Date: Wed, 10 Jan 2018 11:06:14 -0500 Subject: [PATCH 1/2] Add link to --bind_ip option on compatibility page. --- source/includes/fact-default-bind-ip.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/includes/fact-default-bind-ip.rst b/source/includes/fact-default-bind-ip.rst index e0a90ddcb95..b4b86047147 100644 --- a/source/includes/fact-default-bind-ip.rst +++ b/source/includes/fact-default-bind-ip.rst @@ -16,8 +16,9 @@ that are running on the same machine. Remote clients cannot connect to the binaries bound only to localhost. To override and bind to other ip addresses, you can use the -:setting:`net.bindIp` configuration file setting or the ``--bind_ip`` -command-line option to specify a list of ip addresses. +:setting:`net.bindIp` configuration file setting or the +:option:`--bind_ip` command-line option to specify a list of ip +addresses. .. include:: /includes/warning-bind-ip-security-considerations.rst From 1244db28e4a774680cc1037f7f0f8871eb8aebe1 Mon Sep 17 00:00:00 2001 From: jonathan Date: Wed, 10 Jan 2018 11:07:11 -0500 Subject: [PATCH 2/2] Fix Java sync example URL --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb228845cb7..a9675dddd6e 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ examples: curl -SfL https://raw.githubusercontent.com/mongodb/mongo-python-driver/master/test/test_examples.py -o ${DRIVERS_PATH}/test_examples.py curl -SfL https://raw.githubusercontent.com/mongodb/mongo-perl-driver/master/t/examples/driver-examples.t -o ${DRIVERS_PATH}/driver-examples.t curl -SfL https://raw.githubusercontent.com/mongodb/mongo-php-library/master/tests/DocumentationExamplesTest.php -o ${DRIVERS_PATH}/DocumentationExamplesTest.php - curl -SfL https://raw.githubusercontent.com/mongodb/mongo-java-driver/master/driver/src/examples/documentation/DocumentationSamples.java -o ${DRIVERS_PATH}/DocumentationSamples.java + curl -SfL https://raw.githubusercontent.com/mongodb/mongo-java-driver/master/driver-legacy/src/examples/documentation/DocumentationSamples.java -o ${DRIVERS_PATH}/DocumentationSamples.java curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/2.2/test/functional/examples_tests.js -o ${DRIVERS_PATH}/examples_tests.js curl -SfL https://raw.githubusercontent.com/mongodb/mongo-ruby-driver/master/spec/mongo/shell_examples_spec.rb -o ${DRIVERS_PATH}/shell_examples_spec.rb curl -SfL https://raw.githubusercontent.com/mongodb/mongo-scala-driver/master/driver/src/it/scala/org/mongodb/scala/DocumentationExampleSpec.scala -o ${DRIVERS_PATH}/DocumentationExampleSpec.scala