Skip to content

Commit a6ae508

Browse files
authored
docs: fix broken link for globalLayout (#2280)
1 parent 5e6eacd commit a6ae508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/docs/docs/theme/inheritance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535

3636
## Inheritance Strategy
3737

38-
All the capabilities of the parent theme will be `"passed"` to the child theme. For file-level conventions, child theme can override it by creating a file with the same name in the same location. For some theme configuration options, such as [globalLayout](./option-api.md/globallayout), child theme can override it by the same name configuration.
38+
All the capabilities of the parent theme will be `"passed"` to the child theme. For file-level conventions, child theme can override it by creating a file with the same name in the same location. For some theme configuration options, such as [globalLayout](./option-api.md#globallayout), child theme can override it by the same name configuration.
3939

4040
The [file-level conventions](./writing-a-theme.md#directory-structure) are as follows:
4141

0 commit comments

Comments
 (0)