Skip to content

Commit 5a918d6

Browse files
authored
docs: update v8 docs links to point to legacy site (#2227)
1 parent 4386900 commit 5a918d6

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

docs/guide/extra/v8-docs.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Documentation for v8.x
22

3-
- [Introduction](https://github.com/intlify/vue-i18n/blob/master/docs-old/introduction.md)
4-
- [Getting started](https://github.com/intlify/vue-i18n/blob/master/docs-old/started.md)
5-
- [Installation](https://github.com/intlify/vue-i18n/blob/master/docs-old/installation.md)
3+
- [Introduction](https://kazupon.github.io/vue-i18n/introduction.html)
4+
- [Getting started](https://kazupon.github.io/vue-i18n/started.html)
5+
- [Installation](https://kazupon.github.io/vue-i18n/installation.html)
66
- Guide
7-
- [Formatting](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/formatting.md)
8-
- [Pluralization](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/pluralization.md)
9-
- [DateTime localization](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/datetime.md)
10-
- [Number localization](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/number.md)
11-
- [Locale messages syntax](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/messages.md)
12-
- [Fallback localization](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/fallback.md)
13-
- [Component based localization](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/component.md)
14-
- [Custom directive localization](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/directive.md)
15-
- [Component interpolation](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/interpolation.md)
16-
- [Single file components](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/sfc.md)
17-
- [Hot reloading](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/hot-reload.md)
18-
- [Locale changing](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/locale.md)
19-
- [Lazy loading translations](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/lazy-loading.md)
20-
- [Tooling](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/tooling.md)
21-
- [API references](https://github.com/intlify/vue-i18n/blob/master/docs-old/api/README.md)
7+
- [Formatting](https://kazupon.github.io/vue-i18n/guide/formatting.html)
8+
- [Pluralization](https://kazupon.github.io/vue-i18n/guide/pluralization.html)
9+
- [DateTime localization](https://kazupon.github.io/vue-i18n/guide/datetime.html)
10+
- [Number localization](https://kazupon.github.io/vue-i18n/guide/number.html)
11+
- [Locale messages syntax](https://kazupon.github.io/vue-i18n/guide/messages.html)
12+
- [Fallback localization](https://kazupon.github.io/vue-i18n/guide/fallback.html)
13+
- [Component based localization](https://kazupon.github.io/vue-i18n/guide/component.html)
14+
- [Custom directive localization](https://kazupon.github.io/vue-i18n/guide/directive.html)
15+
- [Component interpolation](https://kazupon.github.io/vue-i18n/guide/interpolation.html)
16+
- [Single file components](https://kazupon.github.io/vue-i18n/guide/sfc.html)
17+
- [Hot reloading](https://kazupon.github.io/vue-i18n/guide/hot-reload.html)
18+
- [Locale changing](https://kazupon.github.io/vue-i18n/guide/locale.html)
19+
- [Lazy loading translations](https://kazupon.github.io/vue-i18n/guide/lazy-loading.html)
20+
- [Tooling](https://kazupon.github.io/vue-i18n/guide/tooling.html)
21+
- [API references](https://kazupon.github.io/vue-i18n/api/)
2222

0 commit comments

Comments
 (0)