diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 322e73c4c9f11a..7971488b551450 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)). ### DEP0104: process.env string coercion @@ -990,8 +990,8 @@ Type: Documentation-only The option `produceCachedData` has been deprecated. Use [`script.createCachedData()`][] instead. - -### DEP00XX: process.binding() + +### DEP0111: process.binding() Type: Documentation-only