Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit bd79548

Browse files
committed
fix(docs): fix dead links in usage-types.md
1 parent 73d9bc0 commit bd79548

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/docs/introduction/usage-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ or take full functionality after installing a plugin
88

99
## Standalone Component
1010

11-
[Read in details on the Component Usage](/guide/component-usage)
11+
[Read in details on the Component Usage](/docs/guide/component-usage)
1212

1313
Import package styles and register GDialog. Done! You can use the component.
1414

@@ -29,7 +29,7 @@ export default {
2929

3030
## Plugin
3131

32-
[Read in details on the Plugin Usage](/guide/plugin-usage)
32+
[Read in details on the Plugin Usage](/docs/guide/plugin-usage)
3333

3434
Plugin give you posiblity to launch dialogs from any method without putting GDialog in template.
3535
It could be async component, which will be loaded after calling onOpenInfo()
@@ -55,4 +55,4 @@ export default {
5555
This way, you can launch a dialog from any component of your app. This's great! Isn't it? :)
5656

5757

58-
Don't forget read [Plugin Usage](/guide/plugin-usage). You need add GDialogRoot to you App.vue
58+
Don't forget read [Plugin Usage](/docs/guide/plugin-usage). You need add GDialogRoot to you App.vue

0 commit comments

Comments
 (0)