Skip to content

Commit

Permalink
hot fix: remove died link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenesius committed Aug 25, 2023
1 parent 3a9838f commit 2e9bdba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/integration-installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installation

- Don't forget to [initialize](/guide/getting-started) Jenesius Vue Modal
- Don't forget to [initialize](./getting-started) Jenesius Vue Modal
- When creating router add modal integration:
```ts
import { createWebHistory, createRouter} from "vue-router";
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/guide/integration-installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Установка

- Не забудьте [проинициализировать](./getting-start) Jenesius Vue Modal
- Не забудьте [проинициализировать](./getting-started) Jenesius Vue Modal
- При создании роутера добавьте модальную интеграцию:
```ts
import { createWebHistory, createRouter} from "vue-router";
Expand Down

0 comments on commit 2e9bdba

Please sign in to comment.