Skip to content

Commit 544583f

Browse files
committed
fix: repo link
1 parent cc0ea40 commit 544583f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
}),
2121
theme: defaultTheme({
2222
//logo: "https://vuejs.org/images/logo.png",
23-
repo: "https://github.com/setaman/vue-ellipse-progress/tree/v2-dev",
23+
repo: "https://github.com/setaman/vue-ellipse-progress",
2424
repoLabel: "GitHub",
2525
colorMode: "auto",
2626
navbar: [

docs/guide/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Please note that for Vue 3 compatibility you have to use most recent <Badge type
99
version of the library which is a default version starting with `v2.2.0` tag.
1010
Vue 2 users have
1111
to use <Badge type="tip" text="1.x" vertical="middle" /> version that is now considered as legacy.
12+
The docs for the legacy version can be found in [v1-legacy](https://github.com/setaman/vue-ellipse-progress/tree/v1-legacy?tab=readme-ov-file) branch.
1213
:::
1314

1415
## Package Manager

0 commit comments

Comments
 (0)