We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2372ea commit 29bc553Copy full SHA for 29bc553
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
@@ -990,8 +990,8 @@ Type: Documentation-only
990
The option `produceCachedData` has been deprecated. Use
991
[`script.createCachedData()`][] instead.
992
993
-<a id="DEP00XX"></a>
994
-### DEP00XX: process.binding()
+<a id="DEP0111"></a>
+### DEP0111: process.binding()
995
996
Type: Documentation-only
997
0 commit comments