Skip to content

Commit

Permalink
Docs: Fix for nested directories references
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Oct 19, 2018
1 parent 6a8fd8f commit 4c2b9a7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/api/dest.md
Expand Up @@ -119,4 +119,4 @@ For dangling links created via `dest()`, the incoming Vinyl object represents th
[symbolic-links-section]: #symbolic-links-on-windows
[options-section]: #options
[metadata-updates-section]: #metadata-updates
[vinyl-concepts]: concepts.md#vinyl
[vinyl-concepts]: ../api/concepts.md#vinyl
2 changes: 1 addition & 1 deletion docs/api/last-run.md
Expand Up @@ -80,4 +80,4 @@ A file's [mtime stat][fs-stats-concepts] precision may vary depending on the nod


[timestamp-precision-section]: #timestamp-precision
[fs-stats-concepts]: concepts.md#file-system-stats
[fs-stats-concepts]: ../api/concepts.md#file-system-stats
6 changes: 3 additions & 3 deletions docs/api/src.md
Expand Up @@ -115,9 +115,9 @@ src('input/**/*.js', { sourcemaps: true })

[sourcemaps-section]: #sourcemaps
[options-section]: #options
[vinyl-concepts]: concepts.md#vinyl
[glob-base-concepts]: concepts.md#glob-base
[globs-concepts]: concepts.md#globs
[vinyl-concepts]: ../api/concepts.md#vinyl
[glob-base-concepts]: ../api/concepts.md#glob-base
[globs-concepts]: ../api/concepts.md#globs
[extglob-docs]: ../documentation-missing.md
[node-glob-external]: https://github.com/isaacs/node-glob
[glob-stream-external]: https://github.com/gulpjs/glob-stream
2 changes: 1 addition & 1 deletion docs/api/symlink.md
Expand Up @@ -85,4 +85,4 @@ For dangling links created via `dest()`, the incoming Vinyl object represents th

[options-section]: #options
[symbolic-links-section]: #symbolic-links-on-windows
[vinyl-concepts]: concepts.md#vinyl
[vinyl-concepts]: ../api/concepts.md#vinyl
2 changes: 1 addition & 1 deletion docs/api/task.md
Expand Up @@ -105,6 +105,6 @@ task(build);
```

[task-metadata-section]: #task-metadata
[task-concepts]: concepts.md#tasks
[task-concepts]: ../api/concepts.md#tasks
[creating-tasks-docs]: ../getting-started/3-creating-tasks.md
[function-name-external]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/name
4 changes: 2 additions & 2 deletions docs/api/vinyl.md
Expand Up @@ -135,7 +135,7 @@ console.log(file.path);
[vinyl-instance-section]: #vinyl-instance
[instance-properties-section]: #instance-properties
[normalization-and-concatenation-section]: #normalization-and-concatenation
[glob-base-concepts]: concepts.md#glob-base
[fs-stats-concepts]: concepts.md#file-system-stats
[glob-base-concepts]: ../api/concepts.md#glob-base
[fs-stats-concepts]: ../api/concepts.md#file-system-stats
[using-plugins-docs]: ../getting-started/7-using-plugins.md
[cloneable-readable-external]: https://github.com/mcollina/cloneable-readable
6 changes: 3 additions & 3 deletions docs/api/watch.md
Expand Up @@ -130,8 +130,8 @@ Removes globs that are being watched, while the watcher continues with the remai
| globs | string <br> array | The globs to be removed. |

[chokidar-instance-section]: #chokidar-instance
[tasks-concepts]: concepts.md#tasks
[globs-concepts]: concepts.md#globs
[fs-stats-concepts]: concepts.md#file-system-stats
[tasks-concepts]: ../api/concepts.md#tasks
[globs-concepts]: ../api/concepts.md#globs
[fs-stats-concepts]: ../api/concepts.md#file-system-stats
[chokidar-external]: https://github.com/paulmillr/chokidar
[fsevents-external]: https://github.com/strongloop/fsevents

0 comments on commit 4c2b9a7

Please sign in to comment.