From df7cdcbec2303c923b3a94c9acf6071c0d1e27c3 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Thu, 18 Oct 2018 13:47:52 -0700 Subject: [PATCH] Docs: Temporarily point LINK_NEEDED references to documentation-missing.md --- docs/api/registry.md | 2 +- docs/api/src.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/registry.md b/docs/api/registry.md index cd12bc400..9f4b687fe 100644 --- a/docs/api/registry.md +++ b/docs/api/registry.md @@ -60,4 +60,4 @@ When a registry without an `init` method is passed as `registryInstance`, throws When a registry without a `tasks` method is passed as `registryInstance`, throws an error with the message, "Custom registry must have `tasks` function". -[creating-custom-registries]: LINK_NEEDED +[creating-custom-registries]: ../documentation-missing.md diff --git a/docs/api/src.md b/docs/api/src.md index 923ee6fd5..ff9912efd 100644 --- a/docs/api/src.md +++ b/docs/api/src.md @@ -118,6 +118,6 @@ src('input/**/*.js', { sourcemaps: true }) [vinyl-concepts]: concepts.md#vinyl [glob-base-concepts]: concepts.md#glob-base [globs-concepts]: concepts.md#globs -[extglob-docs]: LINK_NEEDED +[extglob-docs]: ../documentation-missing.md [node-glob-external]: https://github.com/isaacs/node-glob [glob-stream-external]: https://github.com/gulpjs/glob-stream