File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,15 +80,15 @@ Removed Non-Standard SpiderMonkey Features
8080------------------------------------------
8181
8282V8 does **not** support the following *non-standard* `SpiderMonkey
83- <https://developer.mozilla.org/en-US/docs/SpiderMonkey>`_ JavaScript
83+ <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/ SpiderMonkey>`_ JavaScript
8484extensions, previously supported by MongoDB's use of SpiderMonkey as
8585its JavaScript engine.
8686
8787E4X Extensions
8888~~~~~~~~~~~~~~
8989
9090V8 does not support the *non-standard* `E4X
91- <https://developer.mozilla.org/en-US/docs/E4X>`_ extensions. E4X
91+ <https://developer.mozilla.org/en-US/docs/Archive/Web/ E4X>`_ extensions. E4X
9292provides a native `XML
9393<https://developer.mozilla.org/en-US/docs/E4X/Processing_XML_with_E4X>`_
9494object to the JavaScript language and adds the syntax for embedding
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ JavaScript Changes in MongoDB 3.2
1212
1313In MongoDB 3.2, the javascript engine used for both the :binary:`~bin.mongo` shell
1414and for server-side javascript in :binary:`~bin.mongod` changed from V8 to
15- `SpiderMonkey <https://developer.mozilla.org/en-US/docs/SpiderMonkey>`_.
15+ `SpiderMonkey <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/ SpiderMonkey>`_.
1616
1717To confirm which JavaScript engine you are using, you can use either
1818:js:func:`interpreterVersion()` method in the :binary:`~bin.mongo` shell and the
You can’t perform that action at this time.
0 commit comments