Skip to content

Commit d9a6b7a

Browse files
committed
DOCSP-13914 fix broken spidermonkey links, 3.2 and 2.4 legacy
1 parent b3d044b commit d9a6b7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/release-notes/2.4-javascript.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ Removed Non-Standard SpiderMonkey Features
8080
------------------------------------------
8181

8282
V8 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
8484
extensions, previously supported by MongoDB's use of SpiderMonkey as
8585
its JavaScript engine.
8686

8787
E4X Extensions
8888
~~~~~~~~~~~~~~
8989

9090
V8 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
9292
provides a native `XML
9393
<https://developer.mozilla.org/en-US/docs/E4X/Processing_XML_with_E4X>`_
9494
object to the JavaScript language and adds the syntax for embedding

source/release-notes/3.2-javascript.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ JavaScript Changes in MongoDB 3.2
1212

1313
In MongoDB 3.2, the javascript engine used for both the :binary:`~bin.mongo` shell
1414
and 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

1717
To confirm which JavaScript engine you are using, you can use either
1818
:js:func:`interpreterVersion()` method in the :binary:`~bin.mongo` shell and the

0 commit comments

Comments
 (0)