Skip to content

Commit 45b83be

Browse files
docs(api) fix links on api loaders page (#2929)
1 parent 5d72325 commit 45b83be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/api/loaders.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A single result can be returned in __sync mode__. For multiple results the `this
2222

2323
## Examples
2424

25-
The following sections provide some basic examples of the different types of loaders. Note that the `map` and `meta` parameters are optional, see [`this.callback`](/api/loaders#this-callback) below.
25+
The following sections provide some basic examples of the different types of loaders. Note that the `map` and `meta` parameters are optional, see [`this.callback`](#thiscallback) below.
2626

2727
### Synchronous Loaders
2828

@@ -49,7 +49,7 @@ module.exports = function(content, map, meta) {
4949

5050
### Asynchronous Loaders
5151

52-
For asynchronous loaders, [`this.async`](/api/loaders#this-async) is used to retrieve the `callback` function:
52+
For asynchronous loaders, [`this.async`](#this-async) is used to retrieve the `callback` function:
5353

5454
__async-loader.js__
5555

0 commit comments

Comments
 (0)