Skip to content

Commit b7b70b8

Browse files
committed
Docs: Fix some links
1 parent 93564bd commit b7b70b8

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/advanced/creating-custom-registries.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_label: Creating Custom Registries
77

88
# Creating Custom Registries
99

10-
Allows custom registries to be plugged into the task system, which can provide shared tasks or augmented functionality. Registries are registered using [`registry()`](registry).
10+
Allows custom registries to be plugged into the task system, which can provide shared tasks or augmented functionality. Registries are registered using [`registry()`][registry-api-docs].
1111

1212
## Structure
1313

@@ -194,6 +194,11 @@ task('default', series('clean', 'build', 'serve', function(cb) {
194194

195195
## Examples
196196

197-
* [`undertaker-registry`](https://github.com/gulpjs/undertaker-registry): The Gulp 4 default registry.
198-
* [`undertaker-common-tasks`](https://github.com/gulpjs/undertaker-common-tasks): Proof-of-concept custom registry that pre-defines tasks.
199-
* [` undertaker-task-metadata`](https://github.com/gulpjs/undertaker-task-metadata): Proof-of-concept custom registry that attaches metadata to each task.
197+
* [undertaker-registry][undertaker-registry-example]: The Gulp 4 default registry.
198+
* [undertaker-common-tasks][undertaker-common-tasks-example]: Proof-of-concept custom registry that pre-defines tasks.
199+
* [undertaker-task-metadata][undertaker-task-metadata-example]: Proof-of-concept custom registry that attaches metadata to each task.
200+
201+
[registry-api-docs]: ../api/registry.md
202+
[undertaker-registry-example]: https://github.com/gulpjs/undertaker-registry
203+
[undertaker-common-tasks-example]: https://github.com/gulpjs/undertaker-common-tasks
204+
[undertaker-task-metadata-example]: https://github.com/gulpjs/undertaker-task-metadata

0 commit comments

Comments
 (0)