Skip to content

Commit e3273b3

Browse files
committed
docs: fix links
fix #3793
1 parent 4d73be3 commit e3273b3

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
lines changed

โ€Ždocs/fr/guide/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Crรฉer une application monopage avec Vue + Vue Router est vraiment simple. Avec
1010
## HTML
1111

1212
```html
13-
<script src="https://unpkg.com/vue/dist/vue.js"></script>
14-
<script src="https://unpkg.com/vue-router/dist/vue-router.js"></script>
13+
<script src="https://unpkg.com/vue@2/dist/vue.js"></script>
14+
<script src="https://unpkg.com/vue-router@3/dist/vue-router.js"></script>
1515

1616
<div id="app">
1717
<h1>Bonjour l'application !</h1>

โ€Ždocs/fr/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Tรฉlรฉchargement direct / CDN
44

5-
[https://unpkg.com/vue-router/dist/vue-router.js](https://unpkg.com/vue-router/dist/vue-router.js)
5+
[https://unpkg.com/vue-router@3/dist/vue-router.js](https://unpkg.com/vue-router@3/dist/vue-router.js)
66

77
<!--email_off-->
8-
[Unpkg.com](https://unpkg.com) fournit des liens CDN basรฉs sur npm. Le lien ci-dessus pointera toujours vers la derniรจre version sur npm. Vous pouvez aussi utiliser un tag ou une version spรฉcifique via un URL comme `https://unpkg.com/vue-router@2.0.0/dist/vue-router.js`.
8+
[Unpkg.com](https://unpkg.com) fournit des liens CDN basรฉs sur npm. Le lien ci-dessus pointera toujours vers la derniรจre version sur npm. Vous pouvez aussi utiliser un tag ou une version spรฉcifique via un URL comme `https://unpkg.com/vue-router@3.0.0/dist/vue-router.js`.
99
<!--/email_off-->
1010

1111
Incluez `vue-router` aprรจs Vue et l'installation sera automatique :

โ€Ždocs/guide/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Creating a Single-page Application with Vue + Vue Router feels natural: with Vue
1515
## HTML
1616

1717
```html
18-
<script src="https://unpkg.com/vue/dist/vue.js"></script>
19-
<script src="https://unpkg.com/vue-router/dist/vue-router.js"></script>
18+
<script src="https://unpkg.com/vue@2/dist/vue.js"></script>
19+
<script src="https://unpkg.com/vue-router@3/dist/vue-router.js"></script>
2020

2121
<div id="app">
2222
<h1>Hello App!</h1>

โ€Ždocs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Direct Download / CDN
44

5-
[https://unpkg.com/vue-router/dist/vue-router.js](https://unpkg.com/vue-router/dist/vue-router.js)
5+
[https://unpkg.com/vue-router@3/dist/vue-router.js](https://unpkg.com/vue-router@3/dist/vue-router.js)
66

77
<!--email_off-->
8-
[Unpkg.com](https://unpkg.com) provides npm-based CDN links. The above link will always point to the latest release on npm. You can also use a specific version/tag via URLs like `https://unpkg.com/vue-router@2.0.0/dist/vue-router.js`.
8+
[Unpkg.com](https://unpkg.com) provides npm-based CDN links. The above link will always point to the latest release on npm. You can also use a specific version/tag via URLs like `https://unpkg.com/vue-router@3.0.0/dist/vue-router.js`.
99
<!--/email_off-->
1010

1111
Include `vue-router` after Vue and it will install itself automatically:

โ€Ždocs/ja/guide/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Vue.js ใจ vue-router ใ‚’ไฝฟใฃใŸใ‚ทใƒณใ‚ฐใƒซใƒšใƒผใ‚ธใ‚ขใƒ—ใƒชใ‚ฑใƒผใ‚ทใƒงใƒณ
1313
## HTML
1414

1515
```html
16-
<script src="https://unpkg.com/vue/dist/vue.js"></script>
17-
<script src="https://unpkg.com/vue-router/dist/vue-router.js"></script>
16+
<script src="https://unpkg.com/vue@2/dist/vue.js"></script>
17+
<script src="https://unpkg.com/vue-router@3/dist/vue-router.js"></script>
1818

1919
<div id="app">
2020
<h1>Hello App!</h1>

โ€Ždocs/ja/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
### ็›ดๆŽฅใƒ€ใ‚ฆใƒณใƒญใƒผใƒ‰ / CDN
44

5-
[https://unpkg.com/vue-router/dist/vue-router.js](https://unpkg.com/vue-router/dist/vue-router.js)
5+
[https://unpkg.com/vue-router@3/dist/vue-router.js](https://unpkg.com/vue-router@3/dist/vue-router.js)
66

77
<!--email_off-->
8-
[Unpkg.com](https://unpkg.com) ใฏ npm ใƒ™ใƒผใ‚นใฎ CDN ใƒชใƒณใ‚ฏใงใ™ใ€‚ ไธŠ่จ˜ใฎใƒชใƒณใ‚ฏใฏๅธธใซ NPM ไธŠใฎๆœ€ๆ–ฐใฎใƒชใƒชใƒผใ‚นใ‚’ๆŒ‡ใ—ใพใ™ใ€‚ `https://unpkg.com/vue-router@2.0.0/dist/vue-router.js` ใฎใ‚ˆใ†ใช URL ใ‚’ๅˆฉ็”จใ™ใ‚‹ใ“ใจใง็‰นๅฎšใฎใƒใƒผใ‚ธใƒงใƒณใ‚„ใ‚ฟใ‚ฐใ‚’ๆŒ‡ๅฎšใ™ใ‚‹ใ“ใจใ‚‚ใงใใพใ™ใ€‚
8+
[Unpkg.com](https://unpkg.com) ใฏ npm ใƒ™ใƒผใ‚นใฎ CDN ใƒชใƒณใ‚ฏใงใ™ใ€‚ ไธŠ่จ˜ใฎใƒชใƒณใ‚ฏใฏๅธธใซ NPM ไธŠใฎๆœ€ๆ–ฐใฎใƒชใƒชใƒผใ‚นใ‚’ๆŒ‡ใ—ใพใ™ใ€‚ `https://unpkg.com/vue-router@3.0.0/dist/vue-router.js` ใฎใ‚ˆใ†ใช URL ใ‚’ๅˆฉ็”จใ™ใ‚‹ใ“ใจใง็‰นๅฎšใฎใƒใƒผใ‚ธใƒงใƒณใ‚„ใ‚ฟใ‚ฐใ‚’ๆŒ‡ๅฎšใ™ใ‚‹ใ“ใจใ‚‚ใงใใพใ™ใ€‚
99
<!--/email_off-->
1010

1111
Vue ใฎๅพŒใซ `vue-router` ใ‚’ๅซใ‚ใ‚‹ใจ่‡ชๅ‹•็š„ใซใ‚คใƒณใ‚นใƒˆใƒผใƒซใ•ใ‚Œใพใ™ใ€‚

โ€Ždocs/kr/guide/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Vue์™€ Vue ๋ผ์šฐํ„ฐ๋ฅผ ์ด์šฉํ•ด ์‹ฑ๊ธ€ ํŽ˜์ด์ง€ ์•ฑ์„ ๋งŒ๋“œ๋Š” ๊ฒƒ์€ ๋งค
1313
## HTML
1414

1515
``` html
16-
<script src="https://unpkg.com/vue/dist/vue.js"></script>
17-
<script src="https://unpkg.com/vue-router/dist/vue-router.js"></script>
16+
<script src="https://unpkg.com/vue@2/dist/vue.js"></script>
17+
<script src="https://unpkg.com/vue-router@3/dist/vue-router.js"></script>
1818

1919
<div id="app">
2020
<h1>Hello App!</h1>

โ€Ždocs/kr/guide/essentials/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Vue.js์™€ vue-router๋กœ ๋‹จ์ผ ํŽ˜์ด์ง€ ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜์„ ๋งŒ๋“œ๋Š” ๊ฒƒ์€
99
### HTML
1010

1111
``` html
12-
<script src="https://unpkg.com/vue/dist/vue.js"></script>
13-
<script src="https://unpkg.com/vue-router/dist/vue-router.js"></script>
12+
<script src="https://unpkg.com/vue@2/dist/vue.js"></script>
13+
<script src="https://unpkg.com/vue-router@3/dist/vue-router.js"></script>
1414

1515
<div id="app">
1616
<h1>Hello App!</h1>

โ€Ždocs/kr/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
### ์ง์ ‘ ๋‹ค์šด๋กœ๋“œ / CDN
44

5-
[https://unpkg.com/vue-router/dist/vue-router.js](https://unpkg.com/vue-router/dist/vue-router.js)
5+
[https://unpkg.com/vue-router@3/dist/vue-router.js](https://unpkg.com/vue-router@3/dist/vue-router.js)
66

77
<!--email_off-->
8-
[Unpkg.com](https://unpkg.com)์€ NPM ๊ธฐ๋ฐ˜ CDN ๋งํฌ๋ฅผ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค. ์œ„์˜ ๋งํฌ๋Š” ํ•ญ์ƒ NPM์˜ ์ตœ์‹  ๋ฆด๋ฆฌ์Šค๋ฅผ ๊ฐ€๋ฆฌํ‚ต๋‹ˆ๋‹ค. `https://unpkg.com/vue-router@2.0.0/dist/vue-router.js`์™€ ๊ฐ™์ด URL์„ ํ†ตํ•ด ํŠน์ • ๋ฒ„์ „ / ํƒœ๊ทธ๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค.
8+
[Unpkg.com](https://unpkg.com)์€ NPM ๊ธฐ๋ฐ˜ CDN ๋งํฌ๋ฅผ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค. ์œ„์˜ ๋งํฌ๋Š” ํ•ญ์ƒ NPM์˜ ์ตœ์‹  ๋ฆด๋ฆฌ์Šค๋ฅผ ๊ฐ€๋ฆฌํ‚ต๋‹ˆ๋‹ค. `https://unpkg.com/vue-router@3.0.0/dist/vue-router.js`์™€ ๊ฐ™์ด URL์„ ํ†ตํ•ด ํŠน์ • ๋ฒ„์ „ / ํƒœ๊ทธ๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค.
99
<!--/email_off-->
1010

1111
Vue ๋‹ค์Œ์— `vue-router`๋ฅผ ํฌํ•จํ•˜๋ฉด ์ž๋™์œผ๋กœ ์„ค์น˜๋ฉ๋‹ˆ๋‹ค.

โ€Ždocs/ru/guide/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
## HTML
1212

1313
```html
14-
<script src="https://unpkg.com/vue/dist/vue.js"></script>
15-
<script src="https://unpkg.com/vue-router/dist/vue-router.js"></script>
14+
<script src="https://unpkg.com/vue@2/dist/vue.js"></script>
15+
<script src="https://unpkg.com/vue-router@3/dist/vue-router.js"></script>
1616

1717
<div id="app">
1818
<h1>ะŸะตั€ะฒะพะต ะฟั€ะธะปะพะถะตะฝะธะต!</h1>

0 commit comments

Comments
ย (0)