Skip to content

Commit b171f5b

Browse files
author
Sam Kleinman
committed
DOCS-236 minor changes to the windows guide to permit redirection
1 parent b462c4e commit b171f5b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/tutorial/install-mongodb-on-windows.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,10 @@ insert a record in the ``test`` :term:`collection` of the default
169169
> db.test.save( { a: 1 } )
170170
> db.test.find()
171171

172-
.. seealso:: ":program:`mongo`" and ":doc:`/reference/javascript`"
172+
.. seealso:: ":program:`mongo`" and ":doc:`/reference/javascript`." If
173+
you want to develop applications using .NET, see the :wiki:` C#
174+
Language Center <CSharp+Language+Center>` page on the wiki for more
175+
information.
173176

174177
MongoDB as a Windows Service
175178
----------------------------
@@ -215,7 +218,7 @@ and creating a specific location for log files are good practice.
215218
file when starting.
216219

217220
.. versionchanged:: 2.2
218-
This behavior will change in the 2.2 release.
221+
The default :setting:`logpath` and :setting:`logappend` behavior will change in the 2.2 release.
219222

220223
Install and Run the MongoDB Service
221224
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)