Skip to content

Commit 4359bf3

Browse files
committed
docs: fix links
1 parent e966225 commit 4359bf3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: docs/guide/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
}
3232
```
3333

34-
**The plugin is required.** It is responsible for cloning any other rules you have defined and applying them to the corresponding language blocks in `.vue` files. For example, if you have a rule matching `/\.js$/`, it will be applied to `<script>` blocks in `.vue` files.
34+
**The plugin is required!** It is responsible for cloning any other rules you have defined and applying them to the corresponding language blocks in `.vue` files. For example, if you have a rule matching `/\.js$/`, it will be applied to `<script>` blocks in `.vue` files.
3535

3636
A more complete example webpack config will look like this:
3737

@@ -71,3 +71,5 @@ module.exports = {
7171
]
7272
}
7373
```
74+
75+
Also see [Options Reference](../options.md) for all available loader options.

Diff for: docs/guide/asset-url.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ createElement('img', {
1818
})
1919
```
2020

21-
By default the following tag/attribute combinations are transformed, and can be configured using the [transformAssetUrls](../config.md#transformasseturls) option.
21+
By default the following tag/attribute combinations are transformed, and can be configured using the [transformAssetUrls](../options.md#transformasseturls) option.
2222

2323
In addition, if you have configured to use [css-loader](https://github.com/webpack-contrib/css-loader) for the `<style>` blocks, asset URLs in your CSS will also be processed in a similar fashion.
2424

0 commit comments

Comments
 (0)