Skip to content

Commit 874c196

Browse files
committed
docs: fix broken links (close #1261)
1 parent a1b7161 commit 874c196

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/spec.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default {
4545
</style>
4646
```
4747

48-
More details can be found in [Using Pre-Processors](./pre-processors.md).
48+
More details can be found in [Using Pre-Processors](./guide/pre-processors.md).
4949

5050
## Language Blocks
5151

@@ -71,15 +71,15 @@ More details can be found in [Using Pre-Processors](./pre-processors.md).
7171

7272
- A single `*.vue` file can contain multiple `<style>` tags.
7373

74-
- A `<style>` tag can have `scoped` or `module` attributes (see [Scoped CSS](./scoped-css.md) and [CSS Modules](./css-modules.md)) to help encapsulate the styles to the current component. Multiple `<style>` tags with different encapsulation modes can be mixed in the same component.
74+
- A `<style>` tag can have `scoped` or `module` attributes (see [Scoped CSS](./guide/scoped-css.md) and [CSS Modules](./guide/css-modules.md)) to help encapsulate the styles to the current component. Multiple `<style>` tags with different encapsulation modes can be mixed in the same component.
7575

7676
- Any webpack rules that match against `.css` files (or the extension specified by the `lang` attribute) will be applied to contents in the `<style>` blocks as well.
7777

7878
### Custom Blocks
7979

8080
Additional custom blocks can be included in a `*.vue` file for any project specific needs, for example a `<docs>` block. `vue-loader` will use the tag name to look up which webpack loaders should be applied to the contents of the section. The webpack loaders should be specified in the `loaders` section of `vue-loader` options.
8181

82-
For mode details, see [Custom Blocks](./custom-blocks.md).
82+
For mode details, see [Custom Blocks](./guide/custom-blocks.md).
8383

8484
### Src Imports
8585

0 commit comments

Comments
 (0)