summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2018-07-31 17:15:45 -0700
committerJames M Snell <jasnell@gmail.com>2018-07-31 18:01:27 -0700
commitdcfbedb36518b1ca505149e135dc3ffc4d9ed2d5 (patch)
treef64f2a8c3c36a409c5cbf0fa1e58e5399f07597e /doc/api/deprecations.md
parent55623b5ba08dd8adc231a94deefbd441a7a18f4a (diff)
downloadandroid-node-v8-dcfbedb36518b1ca505149e135dc3ffc4d9ed2d5.tar.gz
android-node-v8-dcfbedb36518b1ca505149e135dc3ffc4d9ed2d5.tar.bz2
android-node-v8-dcfbedb36518b1ca505149e135dc3ffc4d9ed2d5.zip
doc: fixup process.binding deprecation code
PR-URL: https://github.com/nodejs/node/pull/22062 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 3f8019b18e..eb977952be 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -930,7 +930,7 @@ Using `process.binding()` in general should be avoided. The type checking
methods in particular can be replaced by using [`util.types`][].
This deprecation has been superseded by the deprecation of the
-`process.binding()` API ([DEP00XX](#DEP00XX)).
+`process.binding()` API ([DEP0111](#DEP0111)).
<a id="DEP0104"></a>
### DEP0104: process.env string coercion
@@ -1002,8 +1002,8 @@ Type: Documentation-only
The option `produceCachedData` has been deprecated. Use
[`script.createCachedData()`][] instead.
-<a id="DEP00XX"></a>
-### DEP00XX: process.binding()
+<a id="DEP0111"></a>
+### DEP0111: process.binding()
Type: Documentation-only