We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55623b5 commit dcfbedbCopy full SHA for dcfbedb
doc/api/deprecations.md
@@ -930,7 +930,7 @@ Using `process.binding()` in general should be avoided. The type checking
930
methods in particular can be replaced by using [`util.types`][].
931
932
This deprecation has been superseded by the deprecation of the
933
-`process.binding()` API ([DEP00XX](#DEP00XX)).
+`process.binding()` API ([DEP0111](#DEP0111)).
934
935
<a id="DEP0104"></a>
936
### DEP0104: process.env string coercion
@@ -1002,8 +1002,8 @@ Type: Documentation-only
1002
The option `produceCachedData` has been deprecated. Use
1003
[`script.createCachedData()`][] instead.
1004
1005
-<a id="DEP00XX"></a>
1006
-### DEP00XX: process.binding()
+<a id="DEP0111"></a>
+### DEP0111: process.binding()
1007
1008
Type: Documentation-only
1009
0 commit comments